I had these Day 22 files laying around, completely unimplemented
This commit is contained in:
parent
98d986f556
commit
208ba56bf2
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,12 @@
|
|||
#lang racket
|
||||
|
||||
(require "../lib.rkt"
|
||||
data/queue)
|
||||
|
||||
(match-define `(,board (,path))
|
||||
(problem-input-grouped-lines 22))
|
||||
|
||||
(define part1 #f)
|
||||
(define part2 #f)
|
||||
|
||||
(show-solution part1 part2)
|
Loading…
Reference in New Issue