Completely change naming conventions of field forms and definition macros. Close #32

This commit is contained in:
2021-07-24 14:22:10 -06:00
parent 9d6a4b2054
commit f5a5cdfb40
67 changed files with 433 additions and 447 deletions

View File

@@ -1,6 +1,6 @@
(load "../UtilMacros.kiss")
(defun run []
(function run []
(day 1
(let [inputs
(.slice (.split (sys.io.File.getContent "src/year2018/inputs/day1.txt") "\n") 0 -1)
@@ -31,4 +31,4 @@
(dayTodo 22)
(dayTodo 23)
(dayTodo 24)
(dayTodo 25))
(dayTodo 25))