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

https://github.com/honzajavorek/aoc

My adventofcode.com experiments
https://github.com/honzajavorek/aoc

advent-of-code adventofcode

Last synced: 7 months ago
JSON representation

My adventofcode.com experiments

Awesome Lists containing this project

README

          

# aoc

My [adventofcode.com](https://adventofcode.com/) experiments 🎄

## Testing

To be able to test puzzles in various languages, I'm using [bats](https://github.com/bats-core/bats-core) 🦇, a testing framework in Bash. Someone [packaged it as an npm package](https://www.npmjs.com/package/bats), so I'm using npm here for dependencies and for running tasks around the repository:

```
$ npm install # installs bats
$ npm test # runs tests
```