game.c in Start_Windows in Line 22-23 test hinzugefügt

This commit is contained in:
Jonas Hofmann 2025-10-21 10:46:02 +02:00
parent 1f5af4431b
commit e6cafc49c1

View File

@ -19,5 +19,6 @@ int createWordSalad(char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsi
// Prints the word salad to console // Prints the word salad to console
void showWordSalad(const char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsigned int searchFieldLen) void showWordSalad(const char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN], unsigned int searchFieldLen)
{ {
//testkommentar
printf("test\n");
} }