Files
linux-kernel-module-cheat/baremetal/interactive/infinite_loop.c
Ciro Santilli 六四事件 法轮功 080f4e9d4d userland: show stdout again?
2019-01-22 00:00:00 +00:00

5 lines
49 B
C

int main(void) {
while(1) {}
return 0;
}