commit 16428939a4793abd8e063a82f555f119bd150f71 Author: Alice(KuzmenkoEA) Date: Sun Apr 7 20:48:18 2024 +0300 code: preparation of the program 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; +}