Compare commits

..

1 Commits

Author SHA1 Message Date
fonkou
ea14dbbcfc the main file is done 2025-11-11 16:08:17 +01:00

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
{