diff --git a/README.md b/README.md index 7abbaf8..23aa12d 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. + +Kenneth Falato \ No newline at end of file diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 0000000..6d95fe9 --- /dev/null +++ b/helloworld.py @@ -0,0 +1 @@ +print("Hello world") \ No newline at end of file