This Repository contains the solutions to advent of code 2017, in order to run, you must have rust or python to run
after that, create a folder called resources
and put the input from the website into a file so that it looks like rust_advent/resources/day1.txt
or python/resources/day1.txt
in order to run do cargo run day1
or python day1.py
The output will be at the bottom, with no other output.