org.l88.common.App Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of l88-jutils Show documentation
Show all versions of l88-jutils Show documentation
Common Java Tools for jdk1.6
The newest version!
package org.l88.common;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy