diff --git a/helpmehelpapplication/pom.xml b/helpmehelpapplication/pom.xml new file mode 100644 index 0000000..2015cad --- /dev/null +++ b/helpmehelpapplication/pom.xml @@ -0,0 +1,16 @@ + + + 4.0.0 + + ntnu.sytemutvikling.team6 + helpmehelpapplication + 1.0-SNAPSHOT + + + 17 + 17 + + + \ No newline at end of file diff --git a/helpmehelpapplication/src/main/java/ntnu/sytemutvikling/team6/Main.java b/helpmehelpapplication/src/main/java/ntnu/sytemutvikling/team6/Main.java new file mode 100644 index 0000000..d265ebe --- /dev/null +++ b/helpmehelpapplication/src/main/java/ntnu/sytemutvikling/team6/Main.java @@ -0,0 +1,7 @@ +package ntnu.sytemutvikling.team6; + +public class Main { + public static void main(String[] args) { + System.out.println("Hello world!"); + } +} \ No newline at end of file diff --git a/helpmehelpapplication/target/classes/ntnu/sytemutvikling/team6/Main.class b/helpmehelpapplication/target/classes/ntnu/sytemutvikling/team6/Main.class new file mode 100644 index 0000000..ded2ac5 Binary files /dev/null and b/helpmehelpapplication/target/classes/ntnu/sytemutvikling/team6/Main.class differ