Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/caleb-collar/advent-of-code-24-ts

Solutions to Advent of Code 2024 - written in Typescript with Deno 2.0. https://adventofcode.com/
https://github.com/caleb-collar/advent-of-code-24-ts

advent-of-code deno typescript

Last synced: 22 days ago
JSON representation

Solutions to Advent of Code 2024 - written in Typescript with Deno 2.0. https://adventofcode.com/

Awesome Lists containing this project

README

        

πŸŽ€ Advent of Code 2024 Typescript Solutions 🎁


Christmas Ornaments

Running:


deno run main


or


deno run --allow-read ./main.ts


or


deno run --allow-read ./main.ts <Optional day input file path>

πŸ‘‡


cli screencapture

Inputs:


Structure your puzzle inputs like this and they will work with the cli.

```
πŸ“‚inputs
┣ πŸ“‚1
┃ β”— πŸ“œday1.txt
┣ πŸ“‚2
┃ β”— πŸ“œday2.txt
┣ πŸ“‚3
┃ β”— πŸ“œday3.txt
.
```

Citations:


I like to use Conventional Commits.



Deno Logo

Β Β Β Β 

TypeScript Logo

# Β 


Christmas Presents