holey-bytes/lang/src/fuzz_main.rs
2024-10-27 11:32:34 +01:00

4 lines
50 B
Rust

fn main() {
hblang::fuzz::fuzz(0..1000000);
}