Mercurial > hg > test-repo
view sample-maven-project/src/main/java/de/iobjects/test/App.java @ 16:d2adbd0904e2
remove failing test
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 15 Jun 2008 10:08:45 +0200 |
parents | 3417db828923 |
children | 5353da33cc57 |
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!" ); } }