Skip to content

imp-dance/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

                            ____
                          ;`    `'-._
                         / \        /\
                       /`   \      |  ;
                      /      \     |  |
                     /        `\   |  |
                    /           \_ /  |
                   ;            / `\  |
                  ,|_  __       \__/  |
                  _\_o/_(             |_
                 /`"=/\==""=="=="=="=="`\
                 |   )/                 |
                 \                      /
                 /';=""==""==""==""==";`\
                 |  /`   /~\  /~\   `\  |
                 |  \  _ \o/  \o/ _  /  |
                 \  ; (_)   __   (_) ;  /
                 /  |\_.-""(__)""-._/|  \
                |   \       /\       /   |
               /     '.___.'__'.___.'     \
              |             \/             |
              |                            |
              \                            /
          jgs |                            |
               \                          /
                '.                      .'
                  '-.__            __.-'
                       '---'--'---'

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