diff --git a/src/main/java/com/example/demo/Example.java b/src/main/java/com/example/demo/Example.java new file mode 100644 index 0000000..cfcd65b --- /dev/null +++ b/src/main/java/com/example/demo/Example.java @@ -0,0 +1,5 @@ +public class Example { + public static void main(String[] args) { + System.out.println("Hello, World!"); + } +} \ No newline at end of file