you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 2 years ago
int main() {
    rush_into(hospital);
    talk_to(receptionist);
    talk_to(doctor);
    visit(wife, MOURNING);
}
  • source