Skip to content

Commit

Permalink
Fjern ns-form i 2024d18, og kort ned testoutput
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddsor committed Dec 18, 2024
1 parent 31cd1cd commit 08a28ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/y2024/d18.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^:kindly/hide-code
(ns y2024.d18
(:require
[advent-of-code-clj.input :as input]
Expand Down Expand Up @@ -49,7 +50,7 @@
(map reverse)
(map vec)))

(corrupted-locations test-input)
(take 5 (corrupted-locations test-input))

; Pathen kan finnes ved å hente nabo-noder og filtrere vekk noder som er "out of bounds",
; og som er blokkert av `corrupted-locations`:
Expand Down

0 comments on commit 08a28ef

Please sign in to comment.