fix struct

This commit is contained in:
2026-01-25 09:28:09 +03:00
parent 3d7acb1d63
commit eb9bd9db1a
295 changed files with 154603 additions and 21 deletions

View File

@@ -1,18 +1,8 @@
#include <hack/logger/logger.hpp>
#include "tasks/001.hpp"
// #include "sort/insertion.hpp"
auto main() -> int
{
// {
// std::vector<int> v { 5, 4, 1, 3, 6, 9, 7, 2, 8, 0, 10 };
// // alg::sort::insertion(v, 0, v.size() - 1);
// alg::sort::insertion(v);
// hack::log()(v);
// return 0;
// }
alg::tasks::run();
// alg::tasks::run_001();
}