commit fcbb7f47c62ef3082b670a031d6938ff92757230 Author: Alice(IvanovDA) Date: Sun Mar 31 20:25:37 2024 +0300 code: заготовка программы diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..86a6d86 --- /dev/null +++ b/main.cpp @@ -0,0 +1,7 @@ +#include + +using namespace std: +int main(){ + cout << 'I love paris'; + return 0; +} \ No newline at end of file