podcast-gen/src/main.rs
2025-11-14 15:59:52 -05:00

4 lines
45 B
Rust

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