Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jens-ox/aoc
Advent Of Code, TypeScript
https://github.com/jens-ox/aoc
Last synced: 24 days ago
JSON representation
Advent Of Code, TypeScript
- Host: GitHub
- URL: https://github.com/jens-ox/aoc
- Owner: jens-ox
- Created: 2023-12-02T22:07:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-09T09:48:06.000Z (11 months ago)
- Last Synced: 2023-12-09T10:33:18.017Z (11 months ago)
- Language: TypeScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code - TypeScript Solutions
I'm doing the Advent of Code for the first time. I'll try to upload my solutions here and will also make an effort to be very verbose, so the solutions will not be optimal in terms of performance and/or amount of code but are rather intended to be easily readable and understandable.
## Running a solution
You can do e.g. `bun 2023/1.ts`. This will require [Bun](https://bun.sh/).