aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 5a20526..ce7c729 100644
--- a/src/main.c
+++ b/src/main.c
@@ -122,6 +122,7 @@ enum Difficulty get_difficulty() {
void level_up() {
if (level == 10) {
+ print_ascii("./assets/winner.txt");
printf("Congratulations!! You WON the game");
exit(1);
}