fix aoc day macro
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
(defmacro day [num &rest body]
|
(defmacro day [num &rest body]
|
||||||
`(when (<= 0 (days.indexOf ,num))
|
`(when (<= 0 (days.indexOf ,num))
|
||||||
(print (+ "day " ,num))
|
(print (+ "day " (Std.string ,num)))
|
||||||
,@body))
|
,@body))
|
||||||
|
|
||||||
(defmacro dayTodo [num]
|
(defmacro dayTodo [num]
|
||||||
|
Reference in New Issue
Block a user