Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elazar/advent-of-code
My solutions to Advent of Code puzzles
https://github.com/elazar/advent-of-code
Last synced: 6 days ago
JSON representation
My solutions to Advent of Code puzzles
- Host: GitHub
- URL: https://github.com/elazar/advent-of-code
- Owner: elazar
- Created: 2022-05-11T12:13:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T00:33:20.000Z (over 2 years ago)
- Last Synced: 2024-11-01T00:11:53.662Z (about 2 months ago)
- Language: Go
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo is my personal attempt to stay committed to doing programming puzzles
from [Advent of Code](https://adventofcode.com) long enough to learn new
languages reasonably well. Wish me luck!# Current Goal
- Complete every AoC puzzle from 2015 to present in [Clojure](https://clojure.org/).
# Past Progress
- I completed the first 9 days of 2017 that same year in [Golang](https://go.dev/) but stopped there.
# Organization
- This repository contains a directory per language.
- Each language directory contains a directory for each year of Advent of Code for which I've completed puzzles.
- Each year directory contains a directory for the day associated with the Advent of Code puzzles.
- Each day directory contains any relevant input and my solutions to the puzzles for that day.# Feedback
If you have any questions, discussion, or other feedback, feel free to [file an issue](https://github.com/elazar/advent-of-code/issues).
If it relates to one or more specific exercises, please include the year(s), day(s), part(s), and language(s).
# License
All code in this repository is licensed under the [MIT License](https://opensource.org/licenses/MIT).