remove manual main definitions

This commit is contained in:
2021-07-25 21:10:15 -06:00
parent b00e3d3c2e
commit 872b4861f8
7 changed files with 73 additions and 82 deletions

View File

@@ -1,6 +1,6 @@
(load "UtilMacros.kiss")
(function :Void main []
(year 2018
(Solutions2018.run))
(year 2020
(Solutions2020.run)))
(year 2018
(Solutions2018.run))
(year 2020
(Solutions2020.run))