main.c 56 B

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