diff --git a/src/c/funktionen.c b/src/c/funktionen.c index 2fe40a8..b782606 100644 --- a/src/c/funktionen.c +++ b/src/c/funktionen.c @@ -17,7 +17,6 @@ return 0; } } -// Function to calculate the cube of a number float cube(float x) { return x * x * x; }