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