having new variable 'inter' in-between "reorder/antialias" and "hybrid" in order...
[IRC.git] / Robust / src / Tests / CommandLineTest.java
1 class CommandLineTest {
2     public static void main(String str[]) {
3         for(int i=0;i<str.length;i++) {
4             System.printString(str[i]);
5             System.printString("\n");
6         }
7     }
8 }