9 lines
81 B
Go
9 lines
81 B
Go
package main
|
|
|
|
func main() {
|
|
println("hello world")
|
|
}
|
|
|
|
// Output:
|
|
// hello world
|