Skip to content
Snippets Groups Projects
Commit f486fa95 authored by joel.cavat's avatar joel.cavat
Browse files

Update App.java

parent 4107b76e
Branches
No related tags found
No related merge requests found
......@@ -4,10 +4,8 @@ package ch.hepia.my_app;
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
public class App {
public static void main( String[] args ) {
System.out.println( "Hello World!" );
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment