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
- Host: GitHub
- URL: https://github.com/honzajavorek/aoc
- Owner: honzajavorek
- License: unlicense
- Created: 2019-12-03T16:34:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T11:17:10.000Z (over 5 years ago)
- Last Synced: 2025-01-19T07:25:30.104Z (9 months ago)
- Topics: advent-of-code, adventofcode
- Language: Haskell
- Homepage: https://adventofcode.com/
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```