Hello World in Go
Hello World
Every Go program belongs to a package. The
mainpackage is special — it’s the entry point of an executable program. Themain()function inside it is the first thing that runs.
rthrthetyhetyh
Formatted output
fmt.Println is the simplest way to print. For formatted output
with variables, use fmt.Printf with format verbs like %s and %d.
Multi files
Terminal command line
Terminal command line
Terminal input twice
File handling