Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joanllenas/advent-of-code-2022

Advent of code 2022
https://github.com/joanllenas/advent-of-code-2022

elm typescript

Last synced: about 1 month ago
JSON representation

Advent of code 2022

Awesome Lists containing this project

README

        

# Advent of code 2022

> [adventofcode.com](https://adventofcode.com/2022/)

## Languages

- Typescript: [ [D1](ts/src/d1/main.ts), [D2](ts/src/d2/main.ts), [D3](ts/src/d3/main.ts), [D6](ts/src/d6/main.ts), [D8](ts/src/d8/main.ts) ]
- Elm: [ [D1](elm/d1/Day1.elm#L54), [D2](elm/d2/Day2.elm#L56), [D4](elm/d4/Day4.elm#L56), [D5](elm/d5/Day5.elm#L56), [D7](elm/d7/Day7.elm#L56), [D9](elm/d9/Day9.elm#L56) ]