Skip to content

Instantly share code, notes, and snippets.

@yinyin
Created February 8, 2014 11:25
Show Gist options
  • Save yinyin/8882311 to your computer and use it in GitHub Desktop.
Save yinyin/8882311 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
fmt.Printf("Hello World.\n")
}
/*
vim: ts=4 sw=4 ai nowrap
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment