Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caleb-collar/advent-of-code-24-ts
Solutions to Advent of Code 2024 - written in Typescript with Deno 2.0. https://adventofcode.com/
https://github.com/caleb-collar/advent-of-code-24-ts
advent-of-code deno typescript
Last synced: 22 days ago
JSON representation
Solutions to Advent of Code 2024 - written in Typescript with Deno 2.0. https://adventofcode.com/
- Host: GitHub
- URL: https://github.com/caleb-collar/advent-of-code-24-ts
- Owner: caleb-collar
- Created: 2024-12-01T05:11:41.000Z (3 months ago)
- Default Branch: balsam
- Last Pushed: 2024-12-12T22:57:43.000Z (2 months ago)
- Last Synced: 2025-01-27T04:34:12.027Z (25 days ago)
- Topics: advent-of-code, deno, typescript
- Language: TypeScript
- Homepage: https://calebcollar.dev
- Size: 17.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
π Advent of Code 2024 Typescript Solutions π
![]()
Running:
deno run main
or
deno run --allow-read ./main.ts
or
deno run --allow-read ./main.ts <Optional day input file path>
π
![]()
Inputs:
Structure your puzzle inputs like this and they will work with the cli.```
πinputs
β£ π1
β β πday1.txt
β£ π2
β β πday2.txt
β£ π3
β β πday3.txt
.
```Citations:
I like to use Conventional Commits.# Β
![]()