Golang Hello World Example
This tutorial is dedicated to a young(11 years old by the time of writing) and upcoming programmer learning Golang in Malaysia. Happy learning and may you have a bright future in computer science field one day. Below is the simple Hello World tutorial you requested. :-)
Golang Hello World Example
package main
import "fmt"
func main() {
fmt.Println("Hello World! 你好世界!")
}
Output :
Hello World! 你好世界!
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Tutorials
+7.3k Golang : How to iterate a slice without using for loop?
+10.2k Golang : Bcrypting password
+11.7k Golang : Concurrency and goroutine example
+6.8k Golang : Humanize and Titleize functions
+7.6k Golang : Detect sample rate, channels or latency with PortAudio
+10.7k Golang : Simple File Server
+6.8k Golang : Output or print out JSON stream/encoded data
+9.6k Javascript : Read/parse JSON data from HTTP response
+6.3k Golang : Process non-XML/JSON formatted ASCII text file example
+6.1k nginx : force all pages to be SSL
+18.9k Golang : Read input from console line
+6.3k Apt-get to install and uninstall Golang