Program to print Hello world in go lang

package main
import "fmt"
func main() {
fmt.Println("Hello Go Lang")
}

Output 

Hello Go lang

Explanation

  1. If you are a beginner an don't know how to install go lang and run the program, you can learn installation with the installation of go lang.
  2. To read the complete explanation of the above program visit, How to print Hello world in go lang.

Comments

Popular posts from this blog

Arrays in C Language

Inline V/S Block Level Element

Variable Naming & Scope of Variable

Variables in Go lang

Identifiers

Looping in C Programming

String in golang

Literals in Java

Say Hello world in Go lang

Identify Variable type and values in go lang