Solve AOC day 13 part 1
This commit is contained in:
@@ -163,7 +163,8 @@ class Kiss {
|
||||
"joinPath" => Symbol("Prelude.joinPath"),
|
||||
"readDirectory" => Symbol("Prelude.readDirectory"),
|
||||
"substr" => Symbol("Prelude.substr"),
|
||||
"isListExp" => Symbol("Prelude.isListExp")
|
||||
"isListExp" => Symbol("Prelude.isListExp"),
|
||||
"isNull" => Symbol("Prelude.isNull")
|
||||
/* zip functions used to live here as aliases but now they are macros that also
|
||||
apply (the Array<Array<Dynamic>>) to the result */
|
||||
/* intersect used to live here as an alias but now it is in a macro that also
|
||||
|
Reference in New Issue
Block a user