the main file is done

This commit is contained in:
fonkou 2025-11-11 16:08:17 +01:00
parent 57c6d918d5
commit ea14dbbcfc

View File

@ -40,7 +40,9 @@ int main(int argc, char *argv[])
// Check if all words were successfully placed
// Start the game if successful
// error message if some words couldn't be placed
if (!placedWords) {
return -1;
}
}
else
{