Posted By


waqe on 11/11/14

Tagged


Statistics


Viewed 370 times
Favorited by 0 user(s)

golang Hello World


/ Published in: C++
Save to your folder(s)

Hello world in google golang.


Copy this code and paste it in your HTML
  1. package main
  2.  
  3. import "fmt"
  4.  
  5. func main() {
  6. fmt.Printf("Hello world.\n")
  7. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.