chip8/src/main.rs
2020-06-14 00:57:43 -05:00

4 lines
45 B
Rust

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