This commit is contained in:
norayr 2016-12-29 19:19:27 +04:00
commit 8e1a8f7d6f
2 changed files with 16 additions and 0 deletions

8
test.Mod Normal file
View file

@ -0,0 +1,8 @@
MODULE test.
IMPORT Day;
VAR today: Days.Day;
END test.