/* * Main.java * * Created on October 4, 2007, 10:55 AM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package coiso; /** * * @author ntaborda */ public class Main { /** Creates a new instance of Main */ public Main() { } /** * @param args the command line arguments */ public static void main(String[] args) { // TODO code application logic here } }