1
0
mirror of https://github.com/mre/mos6502.git synced 2026-04-22 04:16:59 +00:00

return newline

This commit is contained in:
GooseDB
2019-10-13 00:19:09 +03:00
parent c837d7c986
commit 0e112a8a44
+1 -1
View File
@@ -135,4 +135,4 @@ fn main() {
cpu.run();
println!("{:?}", cpu);
}
}