This commit is contained in:
Leopold Hacker 2025-10-14 15:05:39 +02:00
parent 7c25208a58
commit 0b01ae2039

View File

@ -7,6 +7,8 @@
#define MAX_NUMBER_OF_WORDS 100 #define MAX_NUMBER_OF_WORDS 100
#define SALAD_SIZE 20 #define SALAD_SIZE 20
//Test
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
int exitCode = EXIT_SUCCESS; int exitCode = EXIT_SUCCESS;