Skip to content

Latest commit

 

History

History

2021

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Advent of Code 2021

Solutions for the Advent of Code 2021 written in Crystal.

Running the code

Install Crystal and clone this repo.

To get the solutions, run:

crystal run solutions.cr

To run the tests, run:

crystal spec