Skip to content

Commit

Permalink
Update poem.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yuneko1127 authored Mar 22, 2024
1 parent 2040003 commit 4a0a419
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions poem.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@ <h2>not_a_phase.c(2023/9/29)</h2>
while(all_sexuality == true){
if(sexuality_change == true){
break;
} else if(day == 0){
} else if(day == 0){
printf("You are %s.\n", your_sexuality);
} else if(day == 1){
} else if(day == 1){
printf("You are still %s after %d day. It's not a phase.\n", your_sexuality, day);
} else {
} else {
printf("You are still %s after %d days. It's not a phase.\n", your_sexuality, day);
}
}
sleep(86400);
day++;
}
Expand Down

0 comments on commit 4a0a419

Please sign in to comment.