diff --git a/HelloWorld.java b/HelloWorld.java new file mode 100644 index 0000000..470a319 --- /dev/null +++ b/HelloWorld.java @@ -0,0 +1,6 @@ +class HelloWorld { + public static void main(String[] args) { + System.out.println("Hello World"); + } +} +// Matthew Peterson \ No newline at end of file diff --git a/README.md b/README.md index 7abbaf8..8bf563e 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# SuperCoolProject \ No newline at end of file +# SuperCoolProject + +Guys im having second thoughts, this might not be as cool as I thought. + +Matthew Peterson is pretty cool... + +but so is Software Engineering with Dr Ren \ No newline at end of file