diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/.DS_Store differ diff --git a/HelloWorld.java b/HelloWorld.java new file mode 100644 index 0000000..663161b --- /dev/null +++ b/HelloWorld.java @@ -0,0 +1,5 @@ +public class HelloWorld { + public static void main(String[] args) { + System.out.println("Hello, world!"); + } +} diff --git a/README.md b/README.md index 7abbaf8..51265e4 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# SuperCoolProject \ No newline at end of file +# SuperCoolProject + +This is so cool I love it + +Larry O'Connor