https://github.com/vctr-dev/aoc-2024-deno
AoC 2024 using Deno
https://github.com/vctr-dev/aoc-2024-deno
aoc-2024-in-deno
Last synced: 4 months ago
JSON representation
AoC 2024 using Deno
- Host: GitHub
- URL: https://github.com/vctr-dev/aoc-2024-deno
- Owner: vctr-dev
- License: gpl-3.0
- Created: 2024-11-30T04:42:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T08:01:33.000Z (over 1 year ago)
- Last Synced: 2025-05-06T14:11:39.964Z (about 1 year ago)
- Topics: aoc-2024-in-deno
- Language: TypeScript
- Homepage:
- Size: 849 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AoC 2024 in Deno
## Usage
### Run code:
`deno run dev
For example `deno run dev 01 example` to run the day 01 with example input
### Develop
Develop for day in `src/days/day
Each day's `main.ts` should export a default that takes the input file as the
parameter