Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

raed667/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code (2019)

A collection of my personal solutions to the Advent of Code (2019).

The code is meant to be quick and dirty. If you're searching for elegance and efficiency this isn't the repository for you.

Most solutions will be in JavaScript and numbered by the challenge index.

If you want to run the first solution you can directly run node src/day_1.js in the directory of this project.

I'm running Node v10.15.3.

LICENSE

GNU General Public License v3.0