add new type for ring buffer

This commit is contained in:
chatlanin
2025-01-04 11:41:10 +03:00
parent bb94945fa7
commit bc04dc09e9
4 changed files with 25 additions and 16 deletions

View File

@@ -36,4 +36,6 @@ auto main(int argc, char *argv[]) -> int
hack::log()(hack::mt::algorithms::max(4, 5));
hack::log()(hack::mt::algorithms::max(c, b));
}
hack::error()("asdfJK");
}