From 2ef7de56174711ab8831aaf7925625f8b71b3516 Mon Sep 17 00:00:00 2001 From: Lily Date: Thu, 22 May 2025 17:08:32 +1000 Subject: [PATCH] comment out debug code --- src/agg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/agg.c b/src/agg.c index 17f6a12..ed46d97 100644 --- a/src/agg.c +++ b/src/agg.c @@ -37,7 +37,7 @@ int main(void) { float answer; // DEBUG - printf("%g, %g and %d\n", num1, num2, type); + //printf("%g, %g and %d\n", num1, num2, type); if (type == 1) { printf ("Add %g and %g\n", num1, num2); @@ -69,7 +69,7 @@ int main(void) { } // DEBUG - printf ("Result is %g\n", result); + // printf ("Result is %g\n", result); } printf ("Your score is %d!\n", score);