diff options
author | Ashelyn Rose <git@ashen.earth> | 2024-12-21 17:23:24 -0700 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2024-12-21 17:23:24 -0700 |
commit | 9a2c2bc2d9ff45b9bd96c570b8c5fc0b03067ccc (patch) | |
tree | 12f65bfca6e285911713c6699b4d2a534df88cd4 /src/main.rs | |
parent | fbbeed8c10dc9c9bdb34f946d5b844b537ebad7a (diff) |
Implement setiosys
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 4e97cd4..3aeb2e7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,7 +3,6 @@ mod interpreter; mod glk; mod instructions; mod opcodes; -use opcodes::OpCodes; use interpreter::Interpreter; use std::{env, fs, process::exit}; |