Skip to content

flopp/aoc2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flopp/aoc2017

My solutions for the awesome Advent Of Code 2017 - an advent calendar for programmers.

Running individual days:

# enter the desired directory (day/language):
cd 01/c++

# run part1 tests
make test1

# run part1 puzzle
make puzzle1

# run part2 tests
make test2

# run part2 puzzle
make puzzle2

About

My solutions for 'Advent of Code' 2017

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published