Compare commits

...

1 Commits
main ... main

Author SHA1 Message Date
Giorgi Kesidis
a9d6d69bc1 hallo 2025-10-14 15:09:42 +02:00

View File

@ -13,7 +13,7 @@
// 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)
{
Printf("Hello World");
}
// Prints the word salad to console