Skip to content

Instantly share code, notes, and snippets.

@alvarowolfx
Created September 11, 2017 00:59
Show Gist options
  • Save alvarowolfx/82deca35a2179654a653df68be6c3abd to your computer and use it in GitHub Desktop.
Save alvarowolfx/82deca35a2179654a653df68be6c3abd to your computer and use it in GitHub Desktop.
Hello World Golang
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello World")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment