blob: ff75bcc091d95fa534ce72cf6bcf7042182f37e3 [file] [log] [blame]
package test0009;
public class X {
public static void main(String[] args) {
for (String s : args) {System.out.println(s);}
}
}