From 7656bcc5bc56fe8378165d8e9230f38082755f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=D0=BA=D0=B0?= Date: Thu, 7 Mar 2024 13:01:58 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- t.cpp | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 t.cpp diff --git a/t.cpp b/t.cpp new file mode 100644 index 0000000..ed4bb3a --- /dev/null +++ b/t.cpp @@ -0,0 +1,33 @@ +/****************************************************************************** + + Online C++ Compiler. + Code, Compile, Run and Debug C++ program online. +Write your code in this editor and press "Run" button to compile and execute it. + +https://www.onlinegdb.com/online_c++_compiler + +*******************************************************************************/ + +#include +#include + +void kek(std::string str) +{ + std::cout << str; + + std::string braket; + for (auto s : str) + { + + } + +} + +int main() +{ + std::cout<<"Hello World"<