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
+8.1k Golang : Convert word to its plural form example
+18.4k Golang : Display list of time zones with GMT
+20.2k Golang : Secure(TLS) connection between server and client
+45.6k Golang : Read tab delimited file with encoding/csv package
+27.1k Golang : dial tcp: too many colons in address
+16.1k CodeIgniter/PHP : Create directory if does not exist example
+8.3k Python : Fix SyntaxError: Non-ASCII character in file, but no encoding declared
+17.3k Golang : [json: cannot unmarshal object into Go value of type]
+18.2k Golang : Find IP address from string
+5.9k Golang : Debug with Godebug
+8.9k Golang : Apply Histogram Equalization to color images
+5.5k Unix/Linux : How to test user agents blocked successfully ?