diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ int main() { CallInstructionTable(GetMemory(PC), 0); PrintInfo(); //sleep(3); - getch(); + //getch(); } TerminalClose(); |