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
+5.2k Golang : Combine slices of complex numbers and operation example
+7k Golang : How to find out similarity between two strings with Jaro-Winkler Distance?
+9.2k Swift : Convert (cast) String to Integer
+4.8k Golang : Convert Chinese UTF8 characters to Pin Yin
+4.1k Python : Delay with time.sleep() function example
+10.3k Golang : Perform sanity checks on filename example
+34.9k Upload multiple files with Go
+12.3k Golang : Chunk split or divide a string into smaller chunk example
+3.6k Unix/Linux : How to pipe/save output of a command to file?
+5.8k Golang : Check if one string(rune) is permutation of another string(rune)
+6.5k Golang : Get today's weekday name and calculate target day distance example
+7.3k Golang : How to get username from email address