Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonioalmeida/advent-of-code-2020
🎅 My solutions for AoC 2020
https://github.com/antonioalmeida/advent-of-code-2020
2020 advent-of-code typescript
Last synced: about 18 hours ago
JSON representation
🎅 My solutions for AoC 2020
- Host: GitHub
- URL: https://github.com/antonioalmeida/advent-of-code-2020
- Owner: antonioalmeida
- Created: 2020-12-01T21:06:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T22:29:29.000Z (almost 3 years ago)
- Last Synced: 2024-05-21T07:12:14.561Z (6 months ago)
- Topics: 2020, advent-of-code, typescript
- Language: TypeScript
- Homepage:
- Size: 198 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc-2020
```shell
# run specific day/part
$ npm run aoc -- --day 8 --part 2
```