Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fwcd/advent-of-code-2020
Advent of Code 2020 solutions using a different language for each day
https://github.com/fwcd/advent-of-code-2020
advent-of-code advent-of-code-2020
Last synced: 11 days ago
JSON representation
Advent of Code 2020 solutions using a different language for each day
- Host: GitHub
- URL: https://github.com/fwcd/advent-of-code-2020
- Owner: fwcd
- License: bsd-3-clause
- Created: 2020-12-01T15:44:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T17:43:15.000Z (about 1 year ago)
- Last Synced: 2024-11-18T00:43:09.149Z (about 1 month ago)
- Topics: advent-of-code, advent-of-code-2020
- Language: C++
- Homepage:
- Size: 307 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advent of Code 2020 Solutions
My solutions to the [Advent of Code 2020](https://adventofcode.com/2020), written in 25 programming languages.
- [x] Day 01: Curry
- [x] Day 02: Objective-C
- [x] Day 03: Python
- [x] Day 04: Rust
- [x] Day 05: OCaml
- [x] Day 06: F#
- [x] Day 07: Go
- [x] Day 08: Koka
- [x] Day 09: Dart
- [x] Day 10: PureScript
- [x] Day 11: D
- [x] Day 12: Pascal
- [x] Day 13: C
- [x] Day 14: Erlang
- [x] Day 15: VB.NET
- [x] Day 16: C#
- [x] Day 17: Swift
- [x] Day 18: Elixir
- [x] Day 19: Haskell
- [x] Day 20: C++
- [x] Day 21: Kotlin
- [x] Day 22: Prolog
- [x] Day 23: Common Lisp
- [x] Day 24: Ruby
- [x] Day 25: JavaScript