From e16a87e264c30ac331cb358829a0407e56024077 Mon Sep 17 00:00:00 2001 From: nightlymania Date: Wed, 21 Sep 2022 19:34:05 +0200 Subject: [PATCH] Upload this thingy --- helloworld.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 helloworld.cpp 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