diff --git a/3/1/solution.sh b/3/1/solution.sh index a6b3d75..79a1f0b 100755 --- a/3/1/solution.sh +++ b/3/1/solution.sh @@ -7,8 +7,6 @@ if [[ "${TRACE-0}" == "1" ]]; then set -o xtrace fi -cd "$(dirname "$0")" - LINES=$(wc -l < "$1") COLUMNS=140 mapfile -t -O 1 INPUT < "$1"