updated makefile

This commit is contained in:
bronku 2025-10-16 15:40:26 +02:00
parent d22c0606c1
commit dc96712a2d
5 changed files with 15 additions and 14 deletions

4
main.c
View file

@ -6,8 +6,8 @@
#include <time.h>
#include <unistd.h>
#define DEFAULT_NN 10000000
#define DEFAULT_N 1001
#define DEFAULT_NN 100000
#define DEFAULT_N 101
#define DEFAULT_B 10
#define END_PROGRAM -1
#define SUCCESS 0