diff --git a/src/main/c/SchereSteinPapier.c b/src/main/c/SchereSteinPapier.c new file mode 100644 index 0000000..3beba87 --- /dev/null +++ b/src/main/c/SchereSteinPapier.c @@ -0,0 +1,4 @@ +#include +#include +#include +#include diff --git a/src/main/c/SchereSteinPapier.h b/src/main/c/SchereSteinPapier.h new file mode 100644 index 0000000..fd5b830 --- /dev/null +++ b/src/main/c/SchereSteinPapier.h @@ -0,0 +1,7 @@ +#ifndef SCHERESTEINPAPIER_H + +#define SCHERESTEINPAPIER_H + +int game(char you, char computer); + +#endif // !SCHERESTEINPAPIER_H