aerogramme/tests/parsing-crates/main.rs

7 lines
76 B
Rust

#[cfg(test)]
mod mail_parser;
fn main() {
println!("Hello, world!");
}