Skip to content

Advent of Code is an Advent calendar of small programming puzzles

Notifications You must be signed in to change notification settings

seyko1/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

About Advent of Code

Advent of Code is an Advent calendar of small programming puzzles.

https://adventofcode.com/

Get started

I decide to try to solve the puzzles using Javascript and Node.js runtime.

Project directories

I use the following nomenclature :

<year>/<day>/<part-number>

Initialize a new node project

npm init

How to execute

cd <year>/<day>
npm run part-<number>

About

Advent of Code is an Advent calendar of small programming puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published