Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ephemient/aoc2020
Advent of Code 2020 - my answers
https://github.com/ephemient/aoc2020
advent-of-code advent-of-code-2020 haskell kotlin python rust
Last synced: about 2 months ago
JSON representation
Advent of Code 2020 - my answers
- Host: GitHub
- URL: https://github.com/ephemient/aoc2020
- Owner: ephemient
- Created: 2020-11-30T21:35:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T02:00:22.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:39:49.675Z (5 months ago)
- Topics: advent-of-code, advent-of-code-2020, haskell, kotlin, python, rust
- Language: Rust
- Homepage: https://ephemient.github.io/aoc2020/
- Size: 27.8 MB
- Stars: 29
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Advent of Code 2020](https://adventofcode.com/2020)
### my answersDevelopment occurs in language-specific directories:
- [Haskell](https://github.com/ephemient/aoc2020/tree/main/hs) ![Haskell CI](https://github.com/ephemient/aoc2020/workflows/Haskell%20CI/badge.svg)
- [Kotlin](https://github.com/ephemient/aoc2020/tree/main/kt) ![Kotlin CI](https://github.com/ephemient/aoc2020/workflows/Kotlin%20CI/badge.svg)
- [Python](https://github.com/ephemient/aoc2020/tree/main/py) ![Python CI](https://github.com/ephemient/aoc2020/workflows/Python%20CI/badge.svg)
- [Rust](https://github.com/ephemient/aoc2020/tree/main/rs) ![Rust CI](https://github.com/ephemient/aoc2020/workflows/Rust%20CI/badge.svg)