DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
Core Programming
Hello World
Hello World
Post Example
Examples in
Go
Hello World in Go
by yhuang
Go
fmt
fmt.Println
package main import "fmt" func main() { fmt.Println("hello world") }