Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. package main
  2.  
  3. import "fmt"
  4.  
  5. func main() {
  6. fmt.Println("test")
  7. }
  8.  
  9. // $ go run test.go
  10. // $ go build test.go
  11. // $ ./test
  12. test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement