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; }