From 79b03f910714a7e183ff8279868a658977d478a9 Mon Sep 17 00:00:00 2001 From: fdai7820 Date: Thu, 8 Feb 2024 19:41:25 +0100 Subject: [PATCH] Header vergleich --- 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 35f80aa..44c20e7 100644 --- a/src/main/duellist-spielesammlung-projekt.h +++ b/src/main/duellist-spielesammlung-projekt.h @@ -75,7 +75,7 @@ int multiplication(int a, int b); int division(int a, int b); int modulo(int a, int b); - +int compare(int a, int b);