Skip to content

Instantly share code, notes, and snippets.

@maurofran
Last active May 5, 2019 15:46
Show Gist options
  • Save maurofran/06bdc53ee4f5a40ff4c10665db6ef711 to your computer and use it in GitHub Desktop.
Save maurofran/06bdc53ee4f5a40ff4c10665db6ef711 to your computer and use it in GitHub Desktop.
Golang hello world!
package main
import "fmt"
func main() {
fmt.Printf("Hello, world!\n")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment