Skip to content

Commit

Permalink
test(ci): format code action
Browse files Browse the repository at this point in the history
  • Loading branch information
hozlucas28 committed Sep 11, 2024
1 parent d88e3ac commit 2544398
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,15 @@ int main() {

fillDashboard(&game, 0);








requestedPattern = getUserInputStr("Which pattern do you want (XXX)? ", 100,
&validatePattern);
printf("\n'%s'", requestedPattern);
return 0;
}
}

0 comments on commit 2544398

Please sign in to comment.