go-tour/hello.go
2020-02-04 21:44:36 -06:00

8 lines
77 B
Go

package main
import "fmt"
func main() {
fmt.Println("Hello, world!")
}