hello-learning/go/hello-world.go
2019-06-21 08:50:00 -05:00

7 lines
73 B
Go

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