Fix AOC truthy bug
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
(bag.substr 0 (Math.floor (- (bag.indexOf "bag") 1))))
|
(bag.substr 0 (Math.floor (- (bag.indexOf "bag") 1))))
|
||||||
|
|
||||||
(defun parseRule [:String line :ParentMap parentMap :ChildMap childMap]
|
(defun parseRule [:String line :ParentMap parentMap :ChildMap childMap]
|
||||||
(unless (line.indexOf "contain no other bags")
|
(unless (<= 0 (line.indexOf "contain no other bags"))
|
||||||
(let [[containerStr contents] (line.split "contain ")
|
(let [[containerStr contents] (line.split "contain ")
|
||||||
contentStrs (contents.split ", ")]
|
contentStrs (contents.split ", ")]
|
||||||
(deflocal :Map<String,Int> innerMap (new Map))
|
(deflocal :Map<String,Int> innerMap (new Map))
|
||||||
|
Reference in New Issue
Block a user