From bdd81ee9f0568cc55dcf808d4bc28994d57b06d4 Mon Sep 17 00:00:00 2001 From: bich Date: Mon, 5 May 2025 12:37:40 +0300 Subject: [PATCH] bruh --- main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..b4392ec --- /dev/null +++ b/main.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello world!" << endl; + return 0; +}