Skip to content

Commit

Permalink
Remove required key press to exit on successful run -- toolchain compat
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemonaco committed May 24, 2024
1 parent be56d3a commit 9dacb45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions AtlasMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,5 @@ int _tmain(int argc, _TCHAR* argv[])

printf("Execution time: %u msecs\n", (unsigned int)ElapsedTime);

(void)getch();

return retcode;
}

0 comments on commit 9dacb45

Please sign in to comment.