This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] / Robust / src / Tests / CommandLineTest.java
diff --git a/Robust/src/Tests/CommandLineTest.java b/Robust/src/Tests/CommandLineTest.java
deleted file mode 100644 (file)
index b828b76..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-class CommandLineTest {
-    public static void main(String str[]) {
-       for(int i=0;i<str.length;i++) {
-           System.printString(str[i]);
-           System.printString("\n");
-       }
-    }
-}