adventofcode2022

My solutions for Advent of Code 2022
Log | Files | Refs

package.lisp (207B)


      1 (defpackage #:adventofcode2022/test
      2   (:use #:cl #:adventofcode2022 #:5am)
      3   (:import-from #:alexandria
      4                 #:define-constant))
      5 
      6 (in-package #:adventofcode2022/test)
      7 (def-suite adventofcode2022)