project-finder/src/main.rs
2025-03-20 12:06:15 +02:00

4 lines
45 B
Rust

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