1
0
mirror of https://github.com/mre/mos6502.git synced 2024-09-25 05:54:52 +00:00
mre-mos6502/6502emu/src/main.rs
2014-09-26 02:51:01 -04:00

4 lines
41 B
Rust

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