Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vedang/advent_of_code
Solutions to Advent of Code puzzles in various languages (hopefully)
https://github.com/vedang/advent_of_code
Last synced: 15 days ago
JSON representation
Solutions to Advent of Code puzzles in various languages (hopefully)
- Host: GitHub
- URL: https://github.com/vedang/advent_of_code
- Owner: vedang
- License: mit
- Created: 2022-12-03T03:32:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T03:33:26.000Z (about 2 years ago)
- Last Synced: 2025-01-03T01:07:42.169Z (15 days ago)
- Language: Clojure
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* Advent of Code!
My plan is to solve as many advent of code puzzles here in this repository as time permits. I will probably solve them in Clojure, which is the language I'm most comfortable in, but I also want to experiment with learning other languages.
I don't expect the code to be "good" because my plan is to prefer speed. I'm sure I'll clean up the code somewhat before committing, but these will be small cosmetic changes and not "the best way to solve" the problem.