diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-11-30 15:14:01 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-11-30 15:14:01 +1100 |
commit | 9341076be70d53aa78fae9d010c91bc93c5840b9 (patch) | |
tree | e56a141f67379b4545f9e1436cd10d9a9ebd4a1e /src/main.c | |
parent | d0f5e175f713a52d76d102780e0b899f3984c416 (diff) |
Something running now
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ int main() { while(1) { CallInstructionTable(GetMemory(PC), 0); PrintInfo(); - sleep(1); + sleep(3); } TerminalClose(); |