diff --git a/HelloWorld.class b/HelloWorld.class new file mode 100644 index 0000000..27f386b Binary files /dev/null and b/HelloWorld.class differ diff --git a/HelloWorld.java b/HelloWorld.java new file mode 100644 index 0000000..0a0b97c --- /dev/null +++ b/HelloWorld.java @@ -0,0 +1,5 @@ +public class HelloWorld { + public static void main(String []args){ + System.out.println("Hello World!"); + } +} \ No newline at end of file diff --git a/README.md b/README.md index 7abbaf8..7d5b802 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. + +Emmanuel Humber \ No newline at end of file