https://github.com/suneeh/aoc23
https://adventofcode.com/2023
https://github.com/suneeh/aoc23
Last synced: about 1 year ago
JSON representation
https://adventofcode.com/2023
- Host: GitHub
- URL: https://github.com/suneeh/aoc23
- Owner: Suneeh
- Created: 2023-12-01T09:46:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T00:06:41.000Z (over 2 years ago)
- Last Synced: 2023-12-16T15:48:10.750Z (over 2 years ago)
- Language: TypeScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
This year I will give it a shot and try to solve every single problem in TypeScript.
Run my solutions with
```bash
npx ts-node src/1.1/index.ts
```