From 8e1c06913a5f53af1230e3ebd06cb60283bd7179 Mon Sep 17 00:00:00 2001 From: "Alice(PokhilAA)" Date: Sun, 24 Mar 2024 23:36:35 +0300 Subject: [PATCH] code: preperation 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; +}