coding Hello world Pascal Gauthier 5 déc. 2019 package main import "fmt" func main() { fmt.Println("Hello World") } go run main.go