go_playground/1-hello-world/hello.go

7 lines
73 B
Go

package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
}