1
0
Fork 0
factor-puzzles/aoc2015/day2/day2-tests.factor

10 lines
314 B
Factor
Raw Normal View History

2020-11-29 08:22:10 +01:00
! Copyright (C) 2021 Bubbler.
! See http://factorcode.org/license.txt for BSD license.
USING: tools.test aoc2015.day2 ;
IN: aoc2015.day2.tests
{ 58 } [ { 2 3 4 } wrapping-paper ] unit-test
{ 43 } [ { 1 1 10 } wrapping-paper ] unit-test
{ 34 } [ { 2 3 4 } ribbon ] unit-test
{ 14 } [ { 1 1 10 } ribbon ] unit-test