https://github.com/dnafication/aoc-2024
my aoc solutions
https://github.com/dnafication/aoc-2024
advent-of-code deno typescript
Last synced: about 2 months ago
JSON representation
my aoc solutions
- Host: GitHub
- URL: https://github.com/dnafication/aoc-2024
- Owner: dnafication
- Created: 2024-12-02T01:08:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T04:02:19.000Z (over 1 year ago)
- Last Synced: 2025-03-31T05:28:39.103Z (about 1 year ago)
- Topics: advent-of-code, deno, typescript
- Language: TypeScript
- Homepage: https://adventofcode.com/2024
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# advent of code 2024
## Usage
Put the input in a file called `input.txt` in the folder of the day you want to
run and then run the following command:
```
deno run day/index.ts
```