2024-01-31 21:49:44 +08:00

8 lines
107 B
Rust

use rolling_file::default;
mod submod;
fn main() {
let _guard = default();
submod::do_record();
}