„Implementierung/src/helper.c“ ändern

This commit is contained in:
Dorian Zedler 2022-07-20 12:37:55 +02:00
parent 83faed6bbf
commit 768ef1e2c7
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ void help(char *progname) {
1: optimized implementation\n\
2: memory efficient implementation\n\
3: threaded implementation\n\
4: combined implementation of 1 and 3\n\
4: reference implementation\n\
\n",
progname);
}