Pharo solutions for the AdventOfCode 2020
# Pharo solutions for the Advent of Code 2020 edition This repository contains [Pharo Smalltalk](https://pharo.org) based solutions for the puzzles of the [Advent of Code 2020 edition](https://adventofcode.com/2020). ## Installation You can install the code in a Pharo image evaluating the following code: ```smalltalk Metacello new repository: 'github://luque/AdventOfCode2020:main'; baseline: #AdventOfCode2020; load. ```