main.c 57 B

1234567
  1. int main(void)
  2. {
  3. while (1)
  4. ;
  5. return 0;
  6. }