Blob


1 (defpackage #:aoc-test/day-20
2 (:use #:cl #:lisp-unit2)
3 (:import-from #:aoc/day-20))
4 (in-package #:aoc-test/day-20)
6 (define-test test-day-20
7 ()
8 )