Skip to content

Instantly share code, notes, and snippets.

@prisoner
Created August 7, 2011 13:00

Revisions

  1. prisoner created this gist Aug 7, 2011.
    7 changes: 7 additions & 0 deletions hello.go
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    package main

    import "fmt"

    func main() {
    fmt.Println("Hello, 世界")
    }