From ebf97d2d7f6116465ca9d700384829087b8a81fe Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 7 Mar 2024 23:06:06 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++++ t.cpp | 18 +++++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 8125bf6..c09fb2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ # ---> C++ +*.ilk +*.pdb +.vscode + # Prerequisites *.d diff --git a/t.cpp b/t.cpp index ed4bb3a..b7d2bde 100644 --- a/t.cpp +++ b/t.cpp @@ -11,23 +11,27 @@ https://www.onlinegdb.com/online_c++_compiler #include #include -void kek(std::string str) + +void kek(std::string str) { std::cout << str; - + std::string braket; for (auto s : str) { - } - } int main() { - std::cout<<"Hello World"<> wait; return 0; }