Remove argv

This commit is contained in:
Segcolt 2024-10-12 18:25:03 -03:00
parent 1b976d4d32
commit 510415982d

View File

@ -11,7 +11,7 @@
#define ALPHA 0.9999 #define ALPHA 0.9999
#endif #endif
int main(int argc, char *argv[]) int main()
{ {
int number_of_items = 0; int number_of_items = 0;
int capacity = 0; int capacity = 0;