diff --git a/day7/maxima.mx b/day7/maxima.mac similarity index 80% rename from day7/maxima.mx rename to day7/maxima.mac index 4625fdc..a1c2d18 100644 --- a/day7/maxima.mx +++ b/day7/maxima.mac @@ -1,5 +1,5 @@ load("descriptive")$ -batchload("./in.mx")$ /* Should define `input` list of numbers. */ +load("in.mac")$ /* Should define `input` list of numbers. */ calcfuel(pos, distmod) := lreduce("+", map(lambda([n], distmod(abs(pos - n))), input))$