6 lines
55 B
Go
6 lines
55 B
Go
|
package main
|
||
|
|
||
|
func main() {
|
||
|
println("hello, world")
|
||
|
}
|