diff options
Diffstat (limited to 'cpp/hi.cpp')
-rw-r--r-- | cpp/hi.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cpp/hi.cpp b/cpp/hi.cpp new file mode 100644 index 0000000..932d8df --- /dev/null +++ b/cpp/hi.cpp @@ -0,0 +1,9 @@ +// I hate everything about this already + +#include <iostream> +using namespace std; + +int main() { + cout << "Hello, World!" << endl; + return 0; +} \ No newline at end of file |