Files
Pac-Man/pacman-common/src/main.rs
2025-09-16 09:36:12 -05:00

4 lines
45 B
Rust

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