This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] /
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 }