Hello broken keyboard by test

#include <stdio.h>\x0d
\x0d
int main(){\x0d
  int a = 0;\x0d
  printf("Hello, world!");\x0d
  a = (a+1)/a;\x0d
}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page