Skip to content

Instantly share code, notes, and snippets.

@tenntenn
Last active December 11, 2015 19:19
Show Gist options
  • Save tenntenn/4647728 to your computer and use it in GitHub Desktop.
Save tenntenn/4647728 to your computer and use it in GitHub Desktop.
Hello, Golang
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