Skip to content

countzero/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

This are my solutions for the yearly Advent of Code puzzles. I used JavaScript as my programming language and every solution can be easily executed with Node.js.

Install

Install Git and Node.js

Download and install the latest versions of:

Clone advent_of_code from GitHub

Clone the advent_of_code repository to a nice place on your machine via:

git clone git@github.com:countzero/advent_of_code.git

Usage

Execute solution for a puzzle

Navigate to a day_* directory and execute the following from your command line:

node .

About

Solutions for the yearly "Advent of Code" puzzles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published