Split out month module.

This commit is contained in:
Dominik Pantůček 2023-03-13 20:07:54 +01:00
parent ecb1fb6264
commit 8cc6b8ac43
3 changed files with 149 additions and 104 deletions

View file

@ -25,12 +25,15 @@
(import testing
listing
dictionary)
dictionary
month)
;; Print banner
(print "brmsaptool 0.1 (c) 2023 Brmlab, z.s.")
(print "brmsaptool 0.2 (c) 2023 Brmlab, z.s.")
(newline)
;; Run tests
(listing-tests!)
(dictionary-tests!)
(month-tests!)
(newline)