this_algorithm/src/main.rs
2023-01-22 22:51:44 -05:00

4 lines
45 B
Rust

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