From 16428939a4793abd8e063a82f555f119bd150f71 Mon Sep 17 00:00:00 2001 From: "Alice(KuzmenkoEA)" Date: Sun, 7 Apr 2024 20:48:18 +0300 Subject: [PATCH] code: preparation of the program --- 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; +}