diff options
author | Oxore <oxore@protonmail.com> | 2020-03-04 02:58:39 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2020-03-04 02:58:39 +0300 |
commit | 0a6fad82f83d7a79aa7eadf73a21e6e80c8e810d (patch) | |
tree | 37a7e5aad4eb9b7fe547eeff2fb1bf28814145d6 /src/main.rs | |
parent | 52b665108f6f2203df251eec273184b142ee2e16 (diff) |
Add third operand, format code
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 05b32c2..b23d31d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,8 +8,8 @@ use std::thread; use std::time::Duration; mod core; -mod rom; mod memory; +mod rom; use self::core::Core; use self::rom::Rom; |