From b6baa0e20f7cfa69b34e1b1312c51c89c7f50ec7 Mon Sep 17 00:00:00 2001 From: Bora Date: Thu, 10 Apr 2025 20:41:52 +0200 Subject: [PATCH] halo --- modus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modus.c b/modus.c index a203c43..014637b 100644 --- a/modus.c +++ b/modus.c @@ -84,4 +84,4 @@ int findeModus(int *array, int size) { } return modus; -} \ No newline at end of file +}