5 lines
62 B
Go
5 lines
62 B
Go
package main
|
|
|
|
func main() {
|
|
println("hello world")
|
|
}
|