diff --git a/demo/pom.xml b/demo/pom.xml new file mode 100644 index 0000000..bc229c1 --- /dev/null +++ b/demo/pom.xml @@ -0,0 +1,16 @@ + + + 4.0.0 + + com.example + demo + 1.0-SNAPSHOT + + + 17 + 17 + + + \ No newline at end of file diff --git a/demo/src/main/java/com/example/Main.java b/demo/src/main/java/com/example/Main.java new file mode 100644 index 0000000..b47156f --- /dev/null +++ b/demo/src/main/java/com/example/Main.java @@ -0,0 +1,7 @@ +package com.example; + +public class Main { + public static void main(String[] args) { + System.out.println("Hello world!"); + } +} \ No newline at end of file