Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loklaan/aoc-2024-in-deno
Advent of Code 2024, using Deno
https://github.com/loklaan/aoc-2024-in-deno
aoc-2024-in-deno
Last synced: 19 days ago
JSON representation
Advent of Code 2024, using Deno
- Host: GitHub
- URL: https://github.com/loklaan/aoc-2024-in-deno
- Owner: loklaan
- Created: 2024-12-01T07:45:36.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-02T07:50:01.000Z (24 days ago)
- Last Synced: 2024-12-02T08:34:43.406Z (24 days ago)
- Topics: aoc-2024-in-deno
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 2024 Deno
Attempts at https://adventofcode.com/2024 in deno.
### Getting Started
[Install Deno](https://deno.land/manual/getting_started/installation).
```text
$ ./main.ts --helpUsage: adventofcode [puzzle]
Description:
Run puzzles for Advent Of Code 2024
Options:
-h, --help - Show this help.
-V, --version - Show the version number for this program.
-s, --spoilers - Show the version number for this program.Commands:
all - Run all puzzles sequentially.
Environment variables:
DEBUG - Enable debug output.
$ ./main.ts
$ ./main.ts 1.1
$ ./main.ts all # Runs all puzzles
```