Skip to content

seanhandley/adventofcode2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

Advent of Code 2019

             *
            /.\
           /..'\
           /'.'\
          /.''.'\
          /.'.'.\
   "'""""/'.''.'.\""'"'"
         ^^^[_]^^^

Solutions for the 2019 Advent of Code challenge.

To Install

You'll need to install Ruby before you can run these solutions.

To Run

To run from repository root directory:

Ruby

cat ruby/day_1/input.txt | ruby/day_1/advent1.1.rb

Check all the output by running the check script

./check.sh
OK DAY 1.1
OK DAY 1.2
OK DAY 2.1
FAIL DAY 2.2
FAIL DAY 3.1

About

AoC 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages