https://github.com/simplydanny/advent-of-code
My solutions for Advent of Code
https://github.com/simplydanny/advent-of-code
advent-of-code adventofcode
Last synced: about 1 year ago
JSON representation
My solutions for Advent of Code
- Host: GitHub
- URL: https://github.com/simplydanny/advent-of-code
- Owner: SimplyDanny
- License: other
- Created: 2016-12-18T22:28:49.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T07:12:43.000Z (over 1 year ago)
- Last Synced: 2025-01-22T19:12:51.320Z (over 1 year ago)
- Topics: advent-of-code, adventofcode
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Advent of Code
My solutions for [Advent of Code](http://adventofcode.com):
| Year | Language | Status | Remarks |
|--------------------------------------|----------|-------------|-------------|
| [2015](http://adventofcode.com/2015) | Python | Completed | — |
| [2016](http://adventofcode.com/2016) | Python | In progress | — |
| [2024](http://adventofcode.com/2024) | Rust | In progress | Based on [this template](https://github.com/fspoettel/advent-of-code-rust) adhering to their [respective license](https://github.com/fspoettel/advent-of-code-rust/blob/main/LICENSE). |