blob: 72033bbe248d327e32af7a6d3da4af5a5b6a7fb9 [file] [log] [blame]
public class A {
public static void main(String[] args) {
for (String s : args) {System.out.println(s);}
}
}