void sex() {
  printf("앙");
}

int sex() {
  printf("앙");

  return 0;
}

둘이 수행시간 똑같음?