Skip to content

Instantly share code, notes, and snippets.

@shigemk2
Created September 2, 2014 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigemk2/64097ce53b201beaf528 to your computer and use it in GitHub Desktop.
Save shigemk2/64097ce53b201beaf528 to your computer and use it in GitHub Desktop.
package main
import fmt "fmt" // 入出力フォーマットを実装したパッケージ
func main() {
fmt.Printf("Hello, world; or Καλημέρα κόσμε; or こんにちは 世界\n")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment