Skip to content

My solutions to AOC 2019 - Code is bad, presented without any claim to "good code" just "working code"

Notifications You must be signed in to change notification settings

MarshallOfSound/advent-of-code-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code 2019

This repository contains my solutions. Each solution is run through the "run" bootstrapper.

How to run the code

# runs the first puzzle in day 1
./run 1/first

# runs the second puzzle in day 3
./run 3/second

Why did you do the weird run thing?

I'm far too lazy to write the "fs.readFile" bit every day, so instead I wasted way more time writing a handy dandy bootstrapping script.

Your code doesn't work on my machine

Well, um, sorry I guess? I ran this on a macOS machine with node 12

About

My solutions to AOC 2019 - Code is bad, presented without any claim to "good code" just "working code"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published