repeat line by Mohamed Hegazi

class c{public static void main(String[]a){String s=new java.util.Scanner(System.in).nextLine();int l=s.length();while(l-->0)System.out.println(s);}}

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

download

return to the top page