Compare commits

..

No commits in common. "0fce4964f678c096a6abc570adfa470088d8c4a0" and "24a4f09e0a1234001339d3550f89582dceca64ff" have entirely different histories.

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)
{
//hihui
}
// Prints the word salad to console