Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. package main
  2.  
  3. import "fmt"
  4.  
  5. func main() {
  6. fmt.Println("Hello, World!")
  7.  
  8. }
  9.  
  10. [Running] go run "/home/joe/code/test.go"
  11.  
  12. [Done] exited with code=0 in 0.236 seconds
  13.  
  14. joe@HP-Laptop-15-bs0xx:~/code$ go run test.go
  15. Hello, World!
  16.  
  17. "go.testFlags": ["-v"],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement