diff --git a/01_git/scissors.c b/01_git/scissors.c index 203b036..66e6853 100644 --- a/01_git/scissors.c +++ b/01_git/scissors.c @@ -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); } } \ No newline at end of file