HelloGo/hello-world.go
2021-01-24 15:59:02 -06:00

8 lines
73 B
Go

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