From 37a147e5c91ce91ab6454ac76d098a0515f4491f Mon Sep 17 00:00:00 2001 From: Dominik Date: Mon, 13 Oct 2025 15:21:20 +0200 Subject: [PATCH] test_commit --- Start_Mac/game.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Start_Mac/game.c b/Start_Mac/game.c index d8cc133..10bdfdc 100644 --- a/Start_Mac/game.c +++ b/Start_Mac/game.c @@ -10,6 +10,8 @@ /* * Wörter aus der Wortliste zufällig horizontal oder vertikal platzieren * restliche Felder mit zufälligen Buchstaben füllen */ + //Hello + // Creates the word salad by placing words randomly and filling empty spaces int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsigned int searchFieldLen, const char words[][MAX_WORD_LEN], unsigned int wordCount) {