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
+9.6k Golang : Get all countries currencies code in JSON format
+11k Golang : Command line file upload program to server example
+31.1k Golang : Interpolating or substituting variables in string examples
+22.5k Golang : Read directory content with filepath.Walk()
+9.7k Javascript : Read/parse JSON data from HTTP response
+25.4k Golang : Storing cookies in http.CookieJar example
+13.2k Golang : Handle or parse date string with Z suffix(RFC3339) example
+8.9k Golang : Get final balance from bit coin address example
+12.9k Android Studio : Highlight ImageButton when pressed on example
+16.6k Golang : Send email and SMTP configuration example
+18.9k Golang : Implement getters and setters
+10.8k Golang : Get currencies exchange rates example