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: 3 months ago
JSON representation

Advent of Code 2020 - my answers

Lists

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) ![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)