Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fwcd/advent-of-code-2021
Advent of Code 2021 solutions using a different language for each day
https://github.com/fwcd/advent-of-code-2021
advent-of-code advent-of-code-2021
Last synced: 12 days ago
JSON representation
Advent of Code 2021 solutions using a different language for each day
- Host: GitHub
- URL: https://github.com/fwcd/advent-of-code-2021
- Owner: fwcd
- License: mit
- Created: 2021-11-27T17:11:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T05:42:37.000Z (about 3 years ago)
- Last Synced: 2024-11-30T17:38:08.264Z (25 days ago)
- Topics: advent-of-code, advent-of-code-2021
- Language: Rust
- Homepage:
- Size: 2.48 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2021
My solutions to the [Advent of Code 2021](https://adventofcode.com/2021), written in 25 different programming languages.
- [x] Day 01: Objective-C
- [x] Day 02: Groovy
- [x] Day 03: Fortran
- [x] Day 04: R
- [x] Day 05: Haskell
- [x] Day 06: Bash
- [x] Day 07: Elixir
- [x] Day 08: C
- [x] Day 09: Perl
- [x] Day 10: Scratch ([yes, this one](https://en.wikipedia.org/wiki/Scratch_(programming_language)))
- [x] Day 11: Java
- [x] Day 12: Prolog
- [x] Day 13: C#
- [x] Day 14: Python
- [x] Day 15: Swift
- [x] Day 16: TypeScript
- [x] Day 17: Kotlin
- [x] Day 18: Curry
- [x] Day 19: C++
- [x] Day 20: Ruby
- [x] Day 21: F#
- [x] Day 22: JavaScript
- [x] Day 23: Rust
- [x] Day 24: Go
- [x] Day 25: Dart## See also
Last year's solutions can be found here: [`advent-of-code-2020`](https://github.com/fwcd/advent-of-code-2020).