An open API service indexing awesome lists of open source software.

https://github.com/douglascamata/aoc_2022

My solutions to the Advent of Code 2022 using Crystal.
https://github.com/douglascamata/aoc_2022

adventofcode adventofcode2022 aoc crystal

Last synced: 8 months ago
JSON representation

My solutions to the Advent of Code 2022 using Crystal.

Awesome Lists containing this project

README

          

# aoc2022

These are my solutions to the [Advent of Code 2022](https://adventofcode.com/2022)
using Crystal.

## Usage

Run all solutions:

```sh
crystal src/main.cr
```

Run a given day:

```sh
crystal src/main.cr
```

### Scaffold files for a given day

It will create the implementation class, its spec, and an empty input file.

```sh
crystal tools/day_gen.cr
```