Pharo code and utilities for Advent Of Code
# aoc-st-base Pharo code and utilities for Advent Of Code Baseline -------- After loading the clone of this repo, execute this in a playground ```smalltalk Metacello new baseline: 'AoCBase'; load. ``` to load the necessary 3rd-party libraries.