Skip to content

Instantly share code, notes, and snippets.

@jlintz
Created April 15, 2013 13:55
Show Gist options
  • Save jlintz/5388236 to your computer and use it in GitHub Desktop.
Save jlintz/5388236 to your computer and use it in GitHub Desktop.
happy birthday snakes, compile and run on production
package main
import "fmt"
func main() {
fmt.Printf("happy birthday snakes\n")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment