mirror of
https://github.com/bloeys/cogo.git
synced 2025-12-29 08:58:19 +00:00
6 lines
63 B
Go
Executable File
6 lines
63 B
Go
Executable File
package main
|
|
|
|
func main() {
|
|
println("Hello there, friend.")
|
|
}
|