diff --git a/README.md b/README.md index 7abbaf8..4b559b4 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# SuperCoolProject \ No newline at end of file +# SuperCoolProject + +Guys im having second thoughts, this might not be as cool as I thought. + +Lademi Aromolaran \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e305ac6 --- /dev/null +++ b/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + edu.baylor.ecs.csi3471 + SuperCoolProject + 1.0-SNAPSHOT + + + 24 + 24 + UTF-8 + + + \ No newline at end of file diff --git a/src/main/java/HelloWorld.java b/src/main/java/HelloWorld.java new file mode 100644 index 0000000..b2dc67b --- /dev/null +++ b/src/main/java/HelloWorld.java @@ -0,0 +1,6 @@ +public class HelloWorld { + public static void main(String[] args) { + System.out.println("Hello, world!"); + } +} + diff --git a/target/classes/HelloWorld.class b/target/classes/HelloWorld.class new file mode 100644 index 0000000..ae42384 Binary files /dev/null and b/target/classes/HelloWorld.class differ