Newer
Older
DesignPattern / src / main / java / info / istlab / dp / App.java
@motoki miura motoki miura on 17 Oct 2023 177 bytes first commit
package info.istlab.dp;

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