Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyntler/advent-of-code-2022
My solutions for Advent of Code 2022. Hello Python!
https://github.com/cyntler/advent-of-code-2022
advent-of-code-2022 python
Last synced: about 1 month ago
JSON representation
My solutions for Advent of Code 2022. Hello Python!
- Host: GitHub
- URL: https://github.com/cyntler/advent-of-code-2022
- Owner: cyntler
- License: mit
- Created: 2022-12-01T07:10:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T22:45:05.000Z (about 2 years ago)
- Last Synced: 2024-12-01T12:41:45.279Z (about 2 months ago)
- Topics: advent-of-code-2022, python
- Language: Python
- Homepage: https://adventofcode.com/2022
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advent-of-code-2022
My solutions for Advent of Code 2022. Hello Python!
## How to run?
Open your terminal and just run a helper Shell script.
```sh
./execute day[number]
```