AdventOfCode2020

Description

Pharo solutions for the AdventOfCode 2020

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
Dec. 1, 2020
Updated
Dec. 8, 2020

README excerpt

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