aerogramme/tests/parsing-crates/main.rs

7 lines
76 B
Rust
Raw Normal View History

2022-07-20 09:53:34 +00:00
#[cfg(test)]
mod mail_parser;
fn main() {
println!("Hello, world!");
}