1
0
forked from Rativel/BurritOS

Moving files to simulator module

This commit is contained in:
Quentin Legot
2023-01-11 14:58:12 +01:00
parent 27cd7d35c7
commit b1909e3280
5 changed files with 9 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
mod decode;
mod print;
mod machine;
use machine::Machine;
mod simulator;
use simulator::machine::Machine;
fn main() {
let mut m = Machine::_init_machine();