Files
Paolo Tranquilli a7b17782a9 Support rust analysis
This is supposed to enable rust analysis for the staff ship only.
2025-02-19 15:56:52 +01:00

7 lines
60 B
Rust

fn main() {
if true {
println!("Hello world!")
}
}