https://github.com/pieturp/aoc-2024
Advent Of Code 2024
https://github.com/pieturp/aoc-2024
aoc-2024-in-deno deno typescript
Last synced: 2 months ago
JSON representation
Advent Of Code 2024
- Host: GitHub
- URL: https://github.com/pieturp/aoc-2024
- Owner: PieturP
- License: unlicense
- Created: 2024-12-01T16:49:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T22:22:55.000Z (over 1 year ago)
- Last Synced: 2025-03-24T16:58:07.115Z (over 1 year ago)
- Topics: aoc-2024-in-deno, deno, typescript
- Language: TypeScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code '24
My particpation to Advent Of Code: [Advent Of Code 2024](https://adventofcode.com/2024) and also [Deno's Advent of Code](https://deno.com/blog/advent-of-code-2024)
Simply run $`deno task start` to show puzzle output\
Optionally provide the specific day via `deno task start --day=`
Many thanks to [Deno](https://deno.com) and of course to [Eric Wastl](https://was.tl/)!