first commit

This commit is contained in:
sam 2024-10-28 13:03:37 +13:00
commit 551ed00a32
11 changed files with 705 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#include <stdlib.h>
int main() {
exit(10);
}