From afa9e41f5bbc3abee3d020ddfa2922d1fec64a86 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Wed, 27 Sep 2006 16:38:03 +0000 Subject: [PATCH] command line test --- Robust/src/Tests/CommandLineTest.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Robust/src/Tests/CommandLineTest.java diff --git a/Robust/src/Tests/CommandLineTest.java b/Robust/src/Tests/CommandLineTest.java new file mode 100644 index 00000000..b828b76e --- /dev/null +++ b/Robust/src/Tests/CommandLineTest.java @@ -0,0 +1,8 @@ +class CommandLineTest { + public static void main(String str[]) { + for(int i=0;i