projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d0f0e4
)
command line test
author
bdemsky
<bdemsky>
Wed, 27 Sep 2006 16:38:03 +0000
(16:38 +0000)
committer
bdemsky
<bdemsky>
Wed, 27 Sep 2006 16:38:03 +0000
(16:38 +0000)
Robust/src/Tests/CommandLineTest.java
[new file with mode: 0644]
patch
|
blob
diff --git a/Robust/src/Tests/CommandLineTest.java
b/Robust/src/Tests/CommandLineTest.java
new file mode 100644
(file)
index 0000000..
b828b76
--- /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<str.length;i++) {
+ System.printString(str[i]);
+ System.printString("\n");
+ }
+ }
+}