about summary refs log tree commit diff
path: root/main.go
blob: 2032f3603327bf19c76775f4b434f49a6db8b206 (plain)
1
2
3
4
5
package main

func main() {
	println("hello... this is cthcous")
}