Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edvincandon/adventofcode
ƛ : learning haskell with AoC
https://github.com/edvincandon/adventofcode
Last synced: 27 days ago
JSON representation
ƛ : learning haskell with AoC
- Host: GitHub
- URL: https://github.com/edvincandon/adventofcode
- Owner: edvincandon
- Created: 2020-12-16T10:19:14.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T07:20:07.000Z (almost 2 years ago)
- Last Synced: 2024-05-27T19:13:27.460Z (5 months ago)
- Language: Haskell
- Homepage:
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdventOfCode
> Learning haskell with advent of code
> https://adventofcode.com### Running tasks
```bash
make run year=xxxx day=xx # day number with 0 prefix
```