updated readme

This commit is contained in:
Chu'vok
2024-09-15 15:15:47 +02:00
parent d8603bfb00
commit 313dc26fcc
2 changed files with 39 additions and 8 deletions

View File

@@ -10,5 +10,6 @@ int main(void) { //
if (is_key_press('q')) // ctrl-c is masked
return 0; // exit on 'q' press
} //
} //
} // automatic cleanup
} // atexit cleanup
}