문제

링크

풀이

#include <stdio.h>
 
int main(void) {
  printf("The world says hello!");
  return 0;
}