hello-learning/hello-world.go
2019-06-21 12:30:24 -05:00

7 lines
73 B
Go

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