diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-26 06:29:45 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-26 06:36:37 +0000 |
| commit | 86f59196895bdc401daf63b4b7a6c9f503845729 (patch) | |
| tree | f6fdec9e6a3f86fca4b5abf071c4da7622cbde77 /app/init.moon | |
| parent | finish koch (diff) | |
| download | mmm-86f59196895bdc401daf63b4b7a6c9f503845729.tar.gz mmm-86f59196895bdc401daf63b4b7a6c9f503845729.zip | |
add tablefs
Diffstat (limited to 'app/init.moon')
| -rw-r--r-- | app/init.moon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/init.moon b/app/init.moon index 0cf846a..1aaf969 100644 --- a/app/init.moon +++ b/app/init.moon @@ -33,6 +33,10 @@ experiments = desc: 'Playground for Functional Tags' render: -> require '.tags' }, + tablefs: { + desc: 'A system bigger than filesystems' + render: -> require '.tablefs' + }, koch: { desc: "lil' fractal thing", render: -> require '.koch' |
