diff --git a/helloworld.cpp b/helloworld.cpp new file mode 100644 index 0000000..f94f9cf --- /dev/null +++ b/helloworld.cpp @@ -0,0 +1,6 @@ +#include + +int main() +{ + std::cout << "Hello horrible world!!!" << std::endl; +} \ No newline at end of file