Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🎅🏽
- Host: GitHub
- URL: https://github.com/tallamjr/aoc
- Owner: tallamjr
- License: mit
- Created: 2020-09-11T11:11:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-01T15:22:02.000Z (about 4 years ago)
- Last Synced: 2024-10-30T08:20:06.852Z (3 months ago)
- Topics: advent-of-code
- Language: Scala
- Homepage: http://adventofcode.com/
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```