AOC = ({
identity: identity,
lines: lines,
paragraphs: paragraphs,
partial: partial,
linesToNumbers: linesToNumbers,
integers: integers,
mod: mod,
gcd: gcd,
lcm: lcm,
sum: sum,
product: product,
sort: sort,
range: range,
median: median,
splitAt: splitAt,
group: group,
occurrences: occurrences,
cloneArray: cloneArray,
chunk: chunk,
equalArrays: equalArrays,
takeWhile: takeWhile,
map2: map2,
addToFreqTable: addToFreqTable,
gInit: gInit,
gMap: gMap,
gMapWithLocation: gMapWithLocation,
union: union,
unions: unions,
intersection: intersection,
intersections: intersections,
difference: difference,
mapSet: mapSet,
filterSet: filterSet,
combinations: combinations,
permutations: permutations,
cartesianProduct: cartesianProduct,
decToBinary: decToBinary,
resultTable: resultTable,
genResults: genResults,
meta: meta,
renderInput: renderInput,
assert: assert,
timer: timer,
banner: banner,
title: printTitle,
style: style
})