HariboteOS/day26/app/bug2.c
2021-05-27 23:28:49 +08:00

6 lines
42 B
C

int main() {
for (;;) {}
return 0;
}