borkdude / advent-of-cljc

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

added y2018/d16/dfuenzalida.cljc #135

Closed dfuenzalida closed 5 years ago

dfuenzalida commented 5 years ago

Tested with:

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

Running tests in #{"src"}

Testing aoc.y2018.d16.dfuenzalida
part-2 took 3486 msecs
part-1 took 85 msecs

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

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

Testing aoc.y2018.d16.dfuenzalida
part-1 took 535 msecs
part-2 took 10938 msecs

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