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

3
src/simulator/mod.rs Normal file
View File

@ -0,0 +1,3 @@
pub mod machine;
pub mod decode;
pub mod print;