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; }