Advent of Code is an Advent calendar of small programming puzzles.
I decide to try to solve the puzzles using Javascript and Node.js runtime.
I use the following nomenclature :
<year>/<day>/<part-number>
npm init
cd <year>/<day>
npm run part-<number>