Print numbers _Revised_ by kt3k

class a{public static void main(String[]a){System.out.print("10\n11\n12\n13\n14\n15\n16\n17\n20\n22\n24\n31\n100\n121\n10000");}}

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

download

return to the top page