Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xnacly/advent-of-code
collection of my advent of code solutions and trys
https://github.com/xnacly/advent-of-code
advent-of-code advent-of-code-2020 advent-of-code-2022 aoc
Last synced: about 2 months ago
JSON representation
collection of my advent of code solutions and trys
- Host: GitHub
- URL: https://github.com/xnacly/advent-of-code
- Owner: xNaCly
- Created: 2022-12-01T06:21:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T09:30:44.000Z (about 1 year ago)
- Last Synced: 2023-12-05T10:37:54.569Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2020, advent-of-code-2022, aoc
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advent-of-code
collection of my advent of code solutions and trys## New Day:
1. get creds from aoc
```bash
python new_day.py i=2022/1 # for day 1 of year 2022
```