diff --git a/src/c/funktionen.c b/src/c/funktionen.c index 448b0fb..e71f78c 100644 --- a/src/c/funktionen.c +++ b/src/c/funktionen.c @@ -19,4 +19,8 @@ int choose_program() { int addThreeNumbers(int a, int b, int c) { return a + b + c; +} + +int multiply(int h, int g) { + return h * g; } \ No newline at end of file