Skip to content

Commit

Permalink
modified scissors game
Browse files Browse the repository at this point in the history
  • Loading branch information
opokornyi committed Dec 13, 2021
1 parent bafa30a commit ed2a6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_git/scissors.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ int main () {
}
else
{
printf("\nYou chose %c and I choose %c, You wins !\n\n", input_from_user, machine_chose);
printf("\nYou chose %c and I choose %c, You win !\n\n", input_from_user, machine_chose);
}
}

0 comments on commit ed2a6c3

Please sign in to comment.