go-examples

Get Set Learn Go


Project maintained by sagar-jadhav Hosted on GitHub Pages — Theme by mattgraham

Hello World

Example demonstrates printing hello world on console

func main() {
	fmt.Println("Hello World!")
}

Output

Hello World!
Try It Out Source Code

Contributors

« Home Page Next » Variable Declaration