javaclass

tests/MainTest.java

151:446942e97f43
2005-01-23 Paul Boddie Changed the stylesheet and added licensing details.
     1 public class MainTest {     2     public static void main(String[] args) {     3         for (int i = 0; i < args.length; i++) {     4             System.out.println(args[i]);     5         }     6     }     7 }     8      9 // vim: tabstop=4 expandtab shiftwidth=4