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
+19.3k Golang : Delete item from slice based on index/key position
+10.8k Golang : Get currencies exchange rates example
+17.6k Golang : Find smallest number in array
+5.9k Golang : Fix opencv.LoadHaarClassifierCascade The node does not represent a user object error
+12.4k Golang : Get month name from date example
+6k Golang : Generate multiplication table from an integer example
+11.2k Golang : How to determine a prime number?
+13.7k Golang : Query string with space symbol %20 in between
+8.2k Golang : Multiplexer with net/http and map
+17.5k Golang : Get future or past hours, minutes or seconds
+5.4k PHP : Hide PHP version information from curl