1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-02 20:41:33 +00:00

return newline

This commit is contained in:
GooseDB 2019-10-13 00:19:09 +03:00
parent c837d7c986
commit 0e112a8a44

View File

@ -135,4 +135,4 @@ fn main() {
cpu.run();
println!("{:?}", cpu);
}
}