Carriage no return by hallvabo

class S{static{int n=0;for(String s:new java.util.Scanner(System.in).useDelimiter("$").next().split("\n"))System.out.printf("%"+(n+=s.length())+"s\n",s);}}

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

download

return to the top page