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