Created
September 19, 2012 16:10
-
-
Save benevolent0505/3750522 to your computer and use it in GitHub Desktop.
「A Tour of Go」でGo言語を学ぶ ref: http://qiita.com/items/e44d71a29a14db07b335
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The grass is always greener on the other side of the fence. | |
「隣の芝は青い」 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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