Table of contents
No headings in the article.
This is the hello world program in golang
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}
This is the hello world program in golang
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}