fork download
  1. package main
  2.  
  3. import (
  4. "fmt"
  5. "bytes"
  6. )
  7.  
  8. func main() {
  9. shit := bytes("\u000");
  10. for i := 0; i < 1000; i++ {
  11. fmt.Println(shit)
  12. shit++
  13. }
  14. }
  15.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.go:5: imported and not used: bytes
prog.go:9: non-hex character in escape sequence: "
prog.go:9: use of package bytes not in selector
prog.go:11: cannot use shit as type interface { } in function argument
stdout
Standard output is empty