From 818d5a60b875964746612e30dfd641026a6cb009 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Thu, 8 Feb 2024 20:51:20 +0100 Subject: [PATCH] Removed comment --- src/c/funktionen.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/c/funktionen.c b/src/c/funktionen.c index 35dda8e..2fe40a8 100644 --- a/src/c/funktionen.c +++ b/src/c/funktionen.c @@ -4,7 +4,6 @@ #include #include "funktionen.h" -// Function to calculate the square of a number float square(float x) { return x * x; }