diff options
-rwxr-xr-x | build.sh | 2 | ||||
-rw-r--r-- | src/main.c | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -34,6 +34,6 @@ gcc -o $BIN/gen_chain $FLAGS $SRCD/gen_chain.c if ! { [[ $RUN -eq 0 ]]; } 2> /dev/null then - # $BIN/gen_chain + $BIN/gen_chain $BIN/main fi @@ -2,9 +2,9 @@ #include <time.h> #define PRINT_ITEM_FREQUENCY -#define PRINT_ON_WALK +// #define PRINT_ON_WALK // #define SAVE_TO_FILE_ON_WALK "out.txt" -#define WALK_LEN 100 +#define WALK_LEN 10000 #define ITEM_CAP 400 int ITEMS = 0; |