Skip to content

Instantly share code, notes, and snippets.

@fellix
Last active September 26, 2015 01:19
Show Gist options
  • Save fellix/b4b811e10100418fed99 to your computer and use it in GitHub Desktop.
Save fellix/b4b811e10100418fed99 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
fmt.Println("Hello Golang")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment