HariboteOS/day28/app/bug2.c
2021-06-01 21:15:52 +08:00

6 lines
42 B
C

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