Hello, World! in Go
Example for versions
gc-2010-07-14
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
Comments
]]>blog comments powered by Disqus
]]>