diff --git a/README.md b/README.md index 7abbaf8..daeb44c 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# SuperCoolProject \ No newline at end of file +# SuperCoolProject + +Guys im having second thoughts, this might not be as cool as I thought. + +Mark Fuller + + +- Nathan read this diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..b9cc722 --- /dev/null +++ b/main.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() { + cout << "Hello world" << endl; + + return 0; +}