fork download
  1. package main
  2.  
  3. import (
  4. "fmt"
  5. "bytes"
  6. )
  7.  
  8. func main() {
  9. herp []bytes
  10. herp = "\u100"
  11. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.go:9: syntax error: unexpected ], expecting :
prog.go:10: non-hex character in escape sequence: "
prog.go:11: missing newline at end of file
stdout
Standard output is empty