Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 --help

Usage: 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
```