Skip to content
Snippets Groups Projects
Forked from steven.liatti / poo2019numeric
29 commits behind the upstream repository.
App.java 178 B
package ch.hepia.my_app;

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