Skip to content

ashbork/aoc-2024-deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ashley's AoC 2024

Written in Deno using TS with a mostly functional style. Note that the input will be different for you -- replace my input.txt's contents with yours to get the correct answers. Puzzles sourced from https://adventofcode.com/ by Eric Wastl.

My goals for this year

In previous years, I've been bouncing off of AoC; I'd like to try to complete it this year

  • Do at least half of the puzzles on 1*
  • Do all puzzles on 1*
  • Do at least half of the puzzles on 2*
  • Do all puzzles on 2*

Journal

Day 2: That 2* was awful, I had to look for some hints -- worst part is I felt like I was close to getting a much better solution. Makes me scared for the future.

Usage

Running specific day

deno --allow-read .\day<x>\solution.ts

Running tests for all days

deno test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published