From 510415982dd630865b5763b88b4e6a97f5e937f9 Mon Sep 17 00:00:00 2001 From: Segcolt <9hmbzr275@mozmail.com> Date: Sat, 12 Oct 2024 18:25:03 -0300 Subject: [PATCH] Remove argv --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 96ed811..c3b87ee 100644 --- a/main.cpp +++ b/main.cpp @@ -11,7 +11,7 @@ #define ALPHA 0.9999 #endif -int main(int argc, char *argv[]) +int main() { int number_of_items = 0; int capacity = 0;