×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Go
Posted by: Zubair Slamdien
Added: Mar 22, 2017 8:33 AM
Views: 2294
Tags: no tags
  1. package main
  2.  
  3. import "fmt"
  4.  
  5. func main() {
  6.     fmt.Printf("hello, world\n")
  7. }