1
0
Fork 0
mirror of synced 2025-03-06 20:53:36 +01:00

Test exit() too

This commit is contained in:
niansa/tuxifan 2024-04-03 10:45:13 +02:00
parent b68962ecdd
commit c3a091cbc2

View file

@ -39,4 +39,6 @@ int main(int argc, char **argv) {
puts("Press return to exit.");
while (getchar() != '\n');
exit(0);
}