1
0
Fork
You've already forked aoc-2019
0
No description
  • TypeScript 98.3%
  • JavaScript 1.7%
David Knaack 4e4896c460 day 04
2025年08月26日 17:56:32 +02:00
.vscode initial commit 2025年08月25日 14:05:59 +02:00
src day 04 2025年08月26日 17:56:32 +02:00
.gitignore initial commit 2025年08月25日 14:05:59 +02:00
.prettierrc.toml initial commit 2025年08月25日 14:05:59 +02:00
bun.lock initial commit 2025年08月25日 14:05:59 +02:00
eslint.config.mjs initial commit 2025年08月25日 14:05:59 +02:00
package.json initial commit 2025年08月25日 14:05:59 +02:00
README.md initial commit 2025年08月25日 14:05:59 +02:00
tsconfig.json initial commit 2025年08月25日 14:05:59 +02:00

aoc-2019

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.19. Bun is a fast all-in-one JavaScript runtime.