Compare commits

..

No commits in common. "main" and "set-game-file" have entirely different histories.

View File

@ -40,9 +40,7 @@ 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
{