borkdude / advent-of-cljc

Cross platform Clojure Advent of Code solutions
45 stars 29 forks source link

Added y2018/d07/dfuenzalida #97

Closed dfuenzalida closed 5 years ago

dfuenzalida commented 5 years ago

Tested with

$ ./script/test-one aoc.y2018.d07.dfuenzalida
=== Running clojure test aoc.y2018.d07.dfuenzalida  

Running tests in #{"src"}

Testing aoc.y2018.d07.dfuenzalida
part-2 took 70.18 msecs
part-1 took 4.87 msecs

Ran 2 tests containing 2 assertions.
0 failures, 0 errors.

=== Running cljs test aoc.y2018.d07.dfuenzalida  

Testing aoc.y2018.d07.dfuenzalida
part-1 took 46.00 msecs
part-2 took 339.00 msecs

Ran 2 tests containing 2 assertions.
0 failures, 0 errors.