diff --git a/README.md b/README.md index 7abbaf8..68138ff 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. + +Jack Fontenot \ No newline at end of file diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..f253cbe --- /dev/null +++ b/main.cpp @@ -0,0 +1,6 @@ +#include + +int main() { + std::cout << "Hello, World!" << std::endl; + return 0; +} \ No newline at end of file