hello-world/main.go (
7
lines of code) (
raw
):
package main import ( "fmt" ) func main() { fmt.Println("Hello, World") }