Skip to content

imp-dance/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

My collection of Advent of Code solutions. Written in Javascript.

Structure

> 2022
  > data
    > day-1.js
    > day-2.js
  > day-1.js
  > day-2.js

Running the code

With node installed:

$ node 2022/day-3.js
> 7742 # part 1 solution
> 2276 # part 2 solution

About

My solutions for Advent of Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published