/aoc-2024-in-deno

Advent of Code 2024, using Deno

Primary LanguageTypeScript

Find this over in the monorepo, loklaan/adventofcode

2024 Deno

Attempts at https://adventofcode.com/2024 in deno.

Getting Started

Install Deno.

$ ./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>  - Enable debug output.

$ ./main.ts
$ ./main.ts 1.1
$ ./main.ts all    # Runs all puzzles