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: 10 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 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T02:00:22.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T18:43:14.404Z (about 1 year 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 answers
Development occurs in language-specific directories:
- [Haskell](https://github.com/ephemient/aoc2020/tree/main/hs) 
- [Kotlin](https://github.com/ephemient/aoc2020/tree/main/kt) 
- [Python](https://github.com/ephemient/aoc2020/tree/main/py) 
- [Rust](https://github.com/ephemient/aoc2020/tree/main/rs) 