commit 443aad14879eaf01a445d94234671cff742bb609
parent 885f33ebaa1f6d1e1e333ecd0169a832612af220
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Wed, 8 Oct 2025 09:22:28 +0530
updating print massage
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/letusc/luc030.c b/letusc/luc030.c
@@ -64,7 +64,7 @@ int main()
remaining_matchsticks = remaining_matchsticks - (player_pick + computer_pick);
}
- // match over
+ // game over
printf("\n----------------------------------\n");
printf("Only 1 matchstick is left.\n");
printf("You are forced to pick the last matchstick. You lose!\n");