From 8202b70a7688454ec9b339de2b7eb50455975448 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Thu, 8 Feb 2024 20:52:08 +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 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; }