Added missing files

This commit is contained in:
Dmitry Boulytchev 2020-01-28 20:58:12 +03:00
parent 9f896402bb
commit 3f5083746e
3 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,3 @@
import Lib01;
printf ("Init Lib02...\n")

View file

@ -0,0 +1,4 @@
import Lib01;
import Lib02;
printf ("Init Lib03...\n")

View file

@ -0,0 +1 @@
f (3)