Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jomy10/advent-of-code-2021
My code for Advent Of Code 2021. The first few days were written in Rust, as that is what I was learning at the time. It all is quite messy (hence the learning).
https://github.com/jomy10/advent-of-code-2021
advent-of-code advent-of-code-2021 javascript ruby rust swift zig
Last synced: about 1 month ago
JSON representation
My code for Advent Of Code 2021. The first few days were written in Rust, as that is what I was learning at the time. It all is quite messy (hence the learning).
- Host: GitHub
- URL: https://github.com/jomy10/advent-of-code-2021
- Owner: Jomy10
- Created: 2021-12-21T22:21:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T10:32:13.000Z (about 2 years ago)
- Last Synced: 2024-12-12T08:37:42.834Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2021, javascript, ruby, rust, swift, zig
- Language: Rust
- Homepage: https://jonaseveraert.be
- Size: 62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent-Of-Code-2021
My code for Advent Of Code 2021. Mostly written in Rust as that is what I was learning at the time.
Be warned, it is quite messy. Also, I am in no means an expert, this is just for fun and to develop my Rust (and other languages eventually) skills.(me in 2021 just starting to learn Rust) Looking at what other people have come up with, it seems like I still have a lot that I can learn from this language.
After day 10 I decided to make a separate project for each day.