diff --git a/main.c b/main.c index c0d02b6..0a634d5 100644 --- a/main.c +++ b/main.c @@ -45,7 +45,7 @@ static uint32_t getseed(void) int main(void) { uint32_t seed = getseed(); - printf("Seed: %u\n\n", seed); + printf("Seed: %u\n", seed); srand(seed); struct sudoku puzzles[NPUZZLES];