diff --git a/src/main/java/com/example/helloWorld.java b/src/main/java/com/example/helloWorld.java index 97f1282..906123a 100644 --- a/src/main/java/com/example/helloWorld.java +++ b/src/main/java/com/example/helloWorld.java @@ -3,5 +3,7 @@ package com.example; public class helloWorld { public static void main(String[] args) { System.out.println("Hello world!"); + System.out.println("Hello world!"); } + } diff --git a/target/classes/com/example/helloWorld.class b/target/classes/com/example/helloWorld.class index 11182be..f43947c 100644 Binary files a/target/classes/com/example/helloWorld.class and b/target/classes/com/example/helloWorld.class differ