Files
cogo/main.go
2022-10-24 02:13:31 +04:00

6 lines
63 B
Go
Executable File

package main
func main() {
println("Hello there, friend.")
}