add save range to file

This commit is contained in:
2025-04-27 16:55:45 +03:00
parent 4a005fb977
commit 05fea77f5e
5 changed files with 47 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
#include "hack/logger/logger.hpp"
#include "hack/range/sort.hpp"
#include "hack/range/save_to_file.hpp"
#include "hack/math/max.hpp"
#include "hack/patterns/ring_buffer.hpp"
@@ -53,6 +54,8 @@ auto main(int argc, char *argv[]) -> int
hack::log()(v);
hack::log()(l);
// hack::range::save_to_file("/mnt/raid/projects/hack/hack/test.txt", v);
}
// math::max