add save range to file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user