Skip to content

Instantly share code, notes, and snippets.

@anuvrat
Created November 21, 2016 06:44
Show Gist options
  • Save anuvrat/f7613403668e9da080220c1cfb9eb9c3 to your computer and use it in GitHub Desktop.
Save anuvrat/f7613403668e9da080220c1cfb9eb9c3 to your computer and use it in GitHub Desktop.
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