The first helloworld go language

 

main Package Penalty for   // code package declaration statement. 
Import " FMT "  // system for outputting the packet 

FUNC main () { 
    // print function call statement. For print output. 
   fmt.Println ( " HelloWorld " ) 
}

Export

helloworld

 

Guess you like

Origin www.cnblogs.com/sea-stream/p/11222729.html