This commit is contained in:
2018-05-14 00:08:25 +02:00
commit 3386ec0c4b
19 changed files with 7149 additions and 0 deletions

7
lib/libs.arc Normal file
View File

@@ -0,0 +1,7 @@
(map load '("strings.arc"
"pprint.arc"
"code.arc"
"html.arc"
"srv.arc"
"app.arc"
"prompt.arc"))