#![allow(
dead_code,
unused_variables,
//unused_imports, // TODO: rm
)]
mod scanner;
mod ipv4_gen;
fn main() {
println!("Hello, world!");
}