From 0542590052a376f99085f9ae8b0c22e92b9a80cf Mon Sep 17 00:00:00 2001 From: Nightly Date: Tue, 14 Mar 2023 14:22:19 +0100 Subject: [PATCH] Add 'main.cpp' --- main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..f084452 --- /dev/null +++ b/main.cpp @@ -0,0 +1,7 @@ +#include ; + +int main() { + std::cout << "You did not fuck up."; +} + +main(); \ No newline at end of file