Advertisement
Guest User

Untitled

a guest
Oct 26th, 2013
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. % go run stdin.go
  2. package main
  3.  
  4. import "fmt"
  5.  
  6. func main() {
  7. # command-line-arguments
  8. ./stdin.go:1: illegal character 0x0
  9. ./stdin.go:2: illegal NUL byte
  10. ./stdin.go:2: package statement must be first
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement