diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5e19760 Binary files /dev/null and b/.DS_Store differ diff --git a/HelloWorld.txt b/HelloWorld.txt new file mode 100644 index 0000000..af0f414 --- /dev/null +++ b/HelloWorld.txt @@ -0,0 +1,6 @@ +public class HelloWorld { + + HelloWorld(){ + System.out.println("hello world"); + } +} \ No newline at end of file diff --git a/README.md b/README.md index 7abbaf8..8ae1b80 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. + +Jeffrey Rajkumar \ No newline at end of file