10 lines
134 B
C++
10 lines
134 B
C++
#include <hack/logger/logger.hpp>
|
|
#include "tasks/001.hpp"
|
|
#include "tasks/002.hpp"
|
|
|
|
auto main() -> int
|
|
{
|
|
alg::tasks::run_002();
|
|
}
|
|
|