Skip to content

Instantly share code, notes, and snippets.

@pschyska
Created November 14, 2012 16:59
Show Gist options
  • Save pschyska/4073313 to your computer and use it in GitHub Desktop.
Save pschyska/4073313 to your computer and use it in GitHub Desktop.
package main
import ("fmt")
func main() {
π();
}
func π() {
fmt.Printf("christmas!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment