iv-tools/src/bin/ivpeek.rs

6 lines
66 B
Rust

use smart_iv_calculator::ivpeek;
fn main() {
ivpeek::run()
}