Browse Source

Commit 2 - func Protokoll hinzufügen

remotes/origin/peter^2
Peter Wiebe 11 months ago
parent
commit
0f601c53bd
  1. 4
      src/main/c/hangman.c

4
src/main/c/hangman.c

@ -4,3 +4,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <ctype.h> #include <ctype.h>
#include <unistd.h> #include <unistd.h>
void protokoll();
void protokoll(){}
Loading…
Cancel
Save