diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-01 00:47:05 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-01 00:47:05 +1100 |
commit | 580a7040ba53367c15ca682d4ea90c31fdcca45f (patch) | |
tree | 58ccb3ddb419884f6f9da790b0173a62eb4dd22f /src/main.c | |
parent | 40447eccd6db43d636ccc518ae7792b7b43834b5 (diff) |
large progress approaching functionality
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(); |