1 package test;2 3 /*4 * Test.java5 *6 * Created on 26. kvten 2004, 15:507 */8 9 /**10 *11 * @author lm9793912 */13 public class Test {14 15 /** Creates a new instance of Test */16 public Test() {17 }18 19 /**20 * @param args the command line arguments21 */22 public static void main(String [] args) {23 // TODO code application logic here24 }25 26 }27