view sample-maven-project/src/main/java/de/iobjects/test/App.java @ 19:b47b09a23811

update ignored files in Maven project, sample modification to readme
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 23 Jun 2008 09:40:12 +0200
parents 5353da33cc57
children
line wrap: on
line source

package de.iobjects.test;

/**
 * Hello world!
 *
 */
public class App 
{
    public static void main( String[] args )
    {
        System.out.println( "Hello World!!" );
    }
}