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

Update App.java

parent 4107b76e
No related branches found
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.
Finish editing this message first!
Please register or to comment