Forked from
steven.liatti / poo2019numeric
29 commits behind the upstream repository.
-
steven.liatti authoredsteven.liatti authored
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!" );
}
}