add task_002

This commit is contained in:
2026-04-12 15:01:01 +03:00
parent 5b6672cf4c
commit 352aed3ea8
7 changed files with 83 additions and 133 deletions

View File

@@ -1,8 +1,9 @@
#include <hack/logger/logger.hpp>
#include "tasks/001.hpp"
#include "tasks/002.hpp"
auto main() -> int
{
alg::tasks::run_001();
alg::tasks::run_002();
}