testkommentar und print aus game.c in Start_Windows entfernt

This commit is contained in:
Jonas Hofmann 2025-10-21 10:52:41 +02:00
parent e6cafc49c1
commit dff58aa833

View File

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