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"<