From 45bb22b429aca208c13ac41c9e25ce09d5d24df9 Mon Sep 17 00:00:00 2001 From: fdai7820 Date: Thu, 8 Feb 2024 19:40:46 +0100 Subject: [PATCH] Header modulo --- src/main/duellist-spielesammlung-projekt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/duellist-spielesammlung-projekt.h b/src/main/duellist-spielesammlung-projekt.h index 80244a2..35f80aa 100644 --- a/src/main/duellist-spielesammlung-projekt.h +++ b/src/main/duellist-spielesammlung-projekt.h @@ -74,7 +74,7 @@ int multiplication(int a, int b); int division(int a, int b); - +int modulo(int a, int b);