Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. package main
  2. import "fmt"
  3.  
  4. func main() {
  5. fmt.Print("Hello world!")
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement