Ten Count by Hendrik

import std.stdio;void main(){long i,x;for(scanf("%Ld",&x);i<10;)writeln(x+i++);}

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

download

return to the top page