fix aoc helper, add day 2

This commit is contained in:
Patrick Michl
2022-12-02 07:42:26 +01:00
parent 30124c5410
commit 8c7ffecb0b
5 changed files with 2566 additions and 12 deletions

View File

@@ -13,7 +13,8 @@ cals_per_elf() {
((tmp+=i))
done
cals+=("$tmp")
utils.qsort "${cals[@]}"
utils.insertion_sort cals
echo "${cals[@]}"
}
p1() {