Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siphalor/adventofcode21
Collection of projects for Advent of Code 2021
https://github.com/siphalor/adventofcode21
advent-of-code advent-of-code-2021
Last synced: 27 days ago
JSON representation
Collection of projects for Advent of Code 2021
- Host: GitHub
- URL: https://github.com/siphalor/adventofcode21
- Owner: Siphalor
- Created: 2021-12-01T20:38:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T06:48:14.000Z (about 3 years ago)
- Last Synced: 2024-11-12T12:34:43.069Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2021
- Language: Rust
- Homepage: https://adventofcode.com/2021
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2021 ![](https://img.shields.io/badge/day%20📅-25-blue) ![](https://img.shields.io/badge/days%20completed-21-green) ![](https://img.shields.io/badge/stars%20⭐-42-yellow)
My solutions for advent of code 2021.
I'll try to choose a different programming language that I am more or less familiar with each day :)| Day | Language | Framework / Build environment |
|------------------|-----------------------------------------------------------------------------|----------------------------------------------------------------------------|
| [1](01-kotlin) | [`Kotlin`](https://en.wikipedia.org/wiki/Kotlin_(programming_language)) | [`Gradle`](https://en.wikipedia.org/wiki/Gradle) |
| [2](02-haskell) | [`Haskell`](https://en.wikipedia.org/wiki/Haskell_(programming_language)) | [`Stack`](https://en.wikipedia.org/wiki/Stack_(Haskell)) |
| [3](03-c) | [`C`](https://en.wikipedia.org/wiki/C_(programming_language)) | [`CMake`](https://en.wikipedia.org/wiki/CMake) |
| [4](04-python) | [`Python`](https://en.wikipedia.org/wiki/Python_(programming_language)) | [`Pipenv`](https://pipenv.pypa.io/) |
| [5](05-rust) | [`Rust`](https://en.wikipedia.org/wiki/Rust_(programming_language)) | [`Cargo`](https://en.wikipedia.org/wiki/Rust_(programming_language)#Cargo) |
| [6](06-go) | [`Go`](https://en.wikipedia.org/wiki/Go_(programming_language)) | - |
| [7](07-perl) | [`Perl`](https://en.wikipedia.org/wiki/Perl) | - |
| [8](08-v) | [`V`](https://github.com/vlang/v) | - |
| [9](09-lua) | [`Lua`](https://en.wikipedia.org/wiki/Lua_(programming_language)) | - |
| [10](10-chef) | [`Chef (link to original)`](https://www.dangermouse.net/esoteric/chef.html) | [`chef-rs`](https://github.com/Siphalor/chef-rs) |
| [11](11-julia) | [`Julia`](https://en.wikipedia.org/wiki/Julia_(programming_language)) | - |
| [12](12-c++) | [`C++`](https://en.wikipedia.org/wiki/C%2B%2B) | [`CMake`](https://en.wikipedia.org/wiki/CMake) |
| [13](13-groovy) | [`Groovy`](https://en.wikipedia.org/wiki/Apache_Groovy) | [`Gradle`](https://en.wikipedia.org/wiki/Gradle) |
| [14](14-java) | [`Java`](https://en.wikipedia.org/wiki/Java_(programming_language)) | [`Gradle`](https://en.wikipedia.org/wiki/Gradle) |
| [15](15-php) | [`PHP`](https://en.wikipedia.org/wiki/PHP_(programming_language)) | - |
| [16](16-js) | [`JavaScript`](https://en.wikipedia.org/wiki/JavaScript) | [`npm`](https://en.wikipedia.org/wiki/Npm_(software)) |
| [17](17-clojure) | [`Clojure`](https://en.wikipedia.org/wiki/Clojure) | - |
| [18](18-r) | [`R`](https://en.wikipedia.org/wiki/R_(programming_language)) | - |
| [19](19-erlang) | [`Erlang`](https://en.wikipedia.org/wiki/Erlang_(programming_language)) | - |
| [20](20-ruby) | [`Ruby`](https://en.wikipedia.org/wiki/Ruby_(programming_language)) | - |
| [21](21-d) | [`D`](https://en.wikipedia.org/wiki/D_(programming_language)) | [`dub`](https://github.com/dlang/dub) |