rust/tests/ui-cargo/multiple_config_files/warn/src/main.rs
2022-07-25 13:57:26 +03:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}