toaruos/apps/test-loop.c

5 lines
61 B
C

int main(int argc, char * argv[]) {
while (1);
return 0;
}