/* * Main.java * * Created on 26 de Novembro de 2005, 15:15 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package agenda; /** * * @author 005973 */ 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 } }