AdventOfCode2022

Description

Pharo Smalltalk solutions for the Advent of Code 2022 edition.

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
Dec. 1, 2022
Updated
Dec. 1, 2022

README excerpt

# 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.
```
← Back to results