NABEATSU of the world by Stiny

public class test{public static void main(String[] a){for(int i=1;i<=300;i++){if(i%3==0|(""+i).contains("3"))System.out.println("aho");else System.out.println(i);}}}

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

download

return to the top page