Google developers create a new programming language called GoLang which can change programmer view totally . Now a days , Programmer have unleash power . Power that only programmer can understand , why? Because no one , who can play beyond rules. Golang language easy simple and powerful. Don't follow me , follow your heart or explore what you want to do .
package main
import(
" fmt"
)
func main(){
fmt.Println("Hello World ! Go")
}
package main
when a programmer write a standalone application in Go. First programmer tells about standalone program or a library.
import (
"fmt"
)
If you work in c language what this line say, if you don't have . Don't worry . It's tells this program require fmt which is used for output or display message.
func
Golang provide a way to write a function . Programmer only need func
main
As you know all program start from main
fmt.Println("')
This is the easiest way to display message on the screen or console.
In next blog , i write how to run a golang program in your terminal, until now you can use
https://play.golang.org/ .
Tuesday, November 13, 2018
Subscribe to:
Post Comments (Atom)
Do you support us?
Business address
0x1D24D8f27ea73ff604C7685246bdC6ae55bddaEF
Burnout culture
Intellect is not free from criticism Establish the foundation of your deeds on Love Yesterday I watched Dr. Shadé Zahrai intellectual cuisi...
-
In 1513 Cornelius Agrippa introduce early form Rosicrucian Cipher in his books Occult of Philosophy. Geometric and simple substitution c...
-
If you play military games such as Delta force , IGI Project , commandos etc . You familiar about in your team. Each member of team are un...
-
Hello guys, Today is quite interesting topic "Juggle the pieces", this is elaborate after affine ciphers. Affine Ciphers are mo...
No comments:
Post a Comment