Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coolcat467/advent-of-code
Advent of code
https://github.com/coolcat467/advent-of-code
advent-of-code aoc2021 aoc2022 aoc2023 python3
Last synced: 12 days ago
JSON representation
Advent of code
- Host: GitHub
- URL: https://github.com/coolcat467/advent-of-code
- Owner: CoolCat467
- License: gpl-3.0
- Created: 2022-12-04T19:29:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T19:21:56.000Z (29 days ago)
- Last Synced: 2025-01-07T20:30:24.513Z (29 days ago)
- Topics: advent-of-code, aoc2021, aoc2022, aoc2023, python3
- Language: Python
- Homepage:
- Size: 373 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
Advent of code[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/CoolCat467/Advent-Of-Code/main.svg)](https://results.pre-commit.ci/latest/github/CoolCat467/Advent-Of-Code/main)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![code style: black](https://img.shields.io/badge/code_style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)This is my Advent of Code repository for the https://adventofcode.com/ events
Please do try it out yourself before seeing my solutions, it's quite fun
and can help stretch your abilities.### Links
* Source Code - https://github.com/CoolCat467/Advent-Of-Code.git### License
-------
Code and documentation are available according to the GNU General Public License v3.0 (see [LICENSE](https://github.com/CoolCat467/Advent-Of-Code/blob/HEAD/LICENSE)).