Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 1 day 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
```