Skip to content

Instantly share code, notes, and snippets.

@benevolent0505
Created September 19, 2012 16:10
Show Gist options
  • Save benevolent0505/3750522 to your computer and use it in GitHub Desktop.
Save benevolent0505/3750522 to your computer and use it in GitHub Desktop.
「A Tour of Go」でGo言語を学ぶ ref: http://qiita.com/items/e44d71a29a14db07b335
The grass is always greener on the other side of the fence.
「隣の芝は青い」
package main
import "fmt"
func main() {
fmt.Println("The grass is always greener on the other side of the fence.\n")
fmt.Println("「隣の芝は青い」")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment