#adventofcode 2015 in C, day 7.

Part 1: this require a fair amount of setup before we can attempt a solution. We are making a network of wires and gates, and I'd like to make sure that I can mesh things together properly before I start parsing the input. So this doesn't solve part 1 yet. Hopefully soon?

https://notes.adfoucart.be/aocode15/day7.html

Day 7, part 1 - Wires