From a0a0376c7d450ba9da60d73071434d889fe24ab5 Mon Sep 17 00:00:00 2001 From: Nils Date: Tue, 4 Nov 2025 12:45:09 +0100 Subject: [PATCH] Test game.c --- Start_Windows/game.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Start_Windows/game.c b/Start_Windows/game.c index d91ccbe..c1a1ff4 100644 --- a/Start_Windows/game.c +++ b/Start_Windows/game.c @@ -16,6 +16,9 @@ int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsi srand(time(NULL)); ausrichtung = rand()%2; // 0=Horizontal 1=Vertikal + +//test + } // Prints the word salad to console