aoc-test.asd (104B)
1 (defsystem "aoc-test" 2 :class :package-inferred-system 3 :pathname "t" 4 :depends-on ("aoc-test/all"))