Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joanllenas/advent-of-code-2022
- Owner: joanllenas
- Created: 2022-12-02T12:15:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T22:14:00.000Z (about 2 years ago)
- Last Synced: 2024-12-13T01:13:37.636Z (about 1 month ago)
- Topics: elm, typescript
- Language: Elm
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) ]