Skip to content

Instantly share code, notes, and snippets.

@scheakur
Last active December 10, 2015 17:18
Show Gist options
  • Save scheakur/4466753 to your computer and use it in GitHub Desktop.
Save scheakur/4466753 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
}
go run hello.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment