Learning some golang and having some fun with Advent of Code 2019.
./get_input.sh cookie_fileCalculates the total fuel required for a spacecraft, including the fuel for the fuel itself.
To run the solution:
cd day1
go run fuel.goRestores and executes an Intcode program to find the value at position 0 and the noun and verb that produce a specific output.
To run the solution:
cd day2
go run main.goFinds the closest intersection of two wires on a grid, based on Manhattan distance.
To run the solution:
cd day3
go run main.go