rustc/tests/ui/compiletest-self-test/auxiliary/print-it-works.rs
2024-06-24 14:48:22 +02:00

4 lines
40 B
Rust

fn main() {
println!("it works");
}