borkdude / advent-of-cljc

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

Added aoc.y2018.d08.dfuenzalida #137

Closed dfuenzalida closed 5 years ago

dfuenzalida commented 5 years ago

Tested with:

$ ./script/test-one aoc.y2018.d08.dfuenzalida
=== Running clojure test aoc.y2018.d08.dfuenzalida  
Running tests in #{"src"}

Testing aoc.y2018.d08.dfuenzalida
part-2 took 101 msecs
part-1 took 75 msecs

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

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

Testing aoc.y2018.d08.dfuenzalida
part-1 took 266 msecs
part-2 took 138 msecs

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