Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tallamjr/aoc

Solutions for Advent of Code 🎅🏽
https://github.com/tallamjr/aoc

advent-of-code

Last synced: about 1 month ago
JSON representation

Solutions for Advent of Code 🎅🏽

Awesome Lists containing this project

README

        

# Advent of Code 🎄

![](https://imgs.xkcd.com/comics/the_true_meaning_of_christmas.png)

Testing

#### `rust`

Simply:
```bash
cargo test
```

#### `python`

Ensure correct `conda` environment set up and run:
```bash
pytest .
```