HariboteOS/day27/app/bug2.c
2021-05-29 23:13:17 +08:00

6 lines
42 B
C

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