Que raiva

This commit is contained in:
Segcolt 2024-10-16 00:20:00 -03:00
parent 4ca1da90fb
commit 13ab972fdc

4
run.sh
View File

@ -7,11 +7,11 @@ if [[ -z $EXEC ]]; then
fi
if [[ -z $TEST_FOLDER ]]; then
TEST_FOLDER="test"
TEST_FOLDER="test/reduced"
fi
if [[ -z $SOLUTIONS_FILE ]]; then
SOLUTIONS_FILE=solucoes.txt
SOLUTIONS_FILE=test/solucoes.txt
fi
declare -A solutions