HariboteOS/day24/app/bug2.c
2021-05-25 21:42:25 +08:00

6 lines
42 B
C

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