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
+12.9k Golang : Get terminal width and height example
+18.5k Golang : Set, Get and List environment variables
+26.3k Golang : Get executable name behind process ID example
+5.3k Javascript : How to loop over and parse JSON data?
+5.2k PHP : Hide PHP version information from curl
+22.7k Golang : untar or extract tar ball archive example
+24.9k Golang : Create PDF file from HTML file
+8.7k Golang : Take screen shot of browser with JQuery example
+30.2k Golang : How to verify uploaded file is image or allowed file types
+5.1k Golang : Issue HTTP commands to server and port example
+25.3k Golang : Convert long hexadecimal with strconv.ParseUint example
+28.7k Golang : Detect (OS) Operating System