Skip to content

Commit

Permalink
pause at the end on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy-Z committed Aug 30, 2017
1 parent ea94359 commit 6d1becd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions twlbf.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,8 @@ int main(int argc, const char *argv[]){
}else{
puts("invalid parameters");
}
#ifdef _WIN32
system("pause");
#endif
return 0;
}

0 comments on commit 6d1becd

Please sign in to comment.