6 lines
56 B
Go
6 lines
56 B
Go
|
package main
|
||
|
|
||
|
func main() {
|
||
|
println("Hello, World!")
|
||
|
}
|