package main import "fmt" func main() { for i := 0; i < 1000; i++ { fmt.Println("\u%d\n", i) }}
Standard input is empty
prog.go:7: non-hex character in escape sequence: %
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!