From bce608e130197a6cce6211f6b8e0f99ee6c10479 Mon Sep 17 00:00:00 2001 From: kevinnls Date: Wed, 14 Jan 2026 21:09:29 +0530 Subject: [PATCH] bruh. ofc 0 is always args what was the point of including that? --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index aed23be..bf67f7c 100644 --- a/src/main.c +++ b/src/main.c @@ -7,8 +7,8 @@ int main(int argc, char **argv){ PRINT_ERROR("%s obviously needs arguments to work…", NAME); return 1; } - - for (int i=0; i