Earlier quoted context omitted.
This one, for example. It's just a typo, not really a "puzzle." (apparently I don't know how to write code on hn) #include int main() { int a=10; switch(a) { case '1': printf("ONE\n"); break; case '2': printf("TWO\n"); break; defa1ut: printf("NONE\n"); } return 0; } If you expect the output of the above program to be NONE, I would request you to check it out!!
Place two or more spaces at the beginning of a line to get code formatting. Edit: two, not four. Thanks, jonsen.
Text after a blank line
that is indented by two
or more spaces is reproduced verbatim.
(This is intended for code.)