View Code of Problem 3629

#include <stdio.h>

int main(){
  while(1){
    printf("he");
  }
  return 0;
}

Double click to view unformatted code.


Back to problem 3629