Skip to content

valodes/aoc2k22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code 2022 / Aoc2k22

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.

Installation

To install the necessary dependencies for Aoc2k22, run the following command in the root directory of the project:

npm install

Usage

To run the program without specifying the day and star level as arguments, use the following command:

npm run start

To specify the day and star level as arguments, use the following command:

npm run start 1 2

This will start the program and automatically load the puzzle for day 1, star level 2.

              ,
             >++
            +++++
           +[-<---
          --->],[>+
         +++++++[-<-
        ----->]<<[->+
       +++++++++<]>>]<
      [->+>+>>>>>>>+<<<
     <<<<<<]>>>>++++++++
    [-<++++>]>++++++[-<++
   +++++>]+>>>++[-<+++++>]
  <<<<<<[-[>.<-]<[-<+>>+<]<
 [->+<]>>>>>[-<.>>+<]>[-<+>]
>.<<++<<<-<->]>>>>>>>-[-<<<<<
           <.>>>
           >>>]<
           <<<<.

Ho ho ho and Merry Christmas! I hope you enjoy participating in Advent of Code 2022 and have fun solving the puzzles. May the holiday season bring you joy and cheer!

About

Repo du Advent of code 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published