Files
linux-kernel-module-cheat/baremetal/exit.c
Ciro Santilli 六四事件 法轮功 022bbe970e a bit less broken stuff
2019-01-22 00:00:00 +00:00

7 lines
72 B
C

#include <stdio.h>
#include <stdlib.h>
int main(void) {
exit(0);
}