diff --git a/README.md b/README.md index 7abbaf8..5ff3343 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. + +Diego Diaz \ No newline at end of file diff --git a/hello_world.cpp b/hello_world.cpp new file mode 100644 index 0000000..c60bbe3 --- /dev/null +++ b/hello_world.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; + +int main() { + cout << "Hello, world!" << endl; + return 0; +}