diff options
author | Marvin Borner | 2024-11-13 16:18:01 +0100 |
---|---|---|
committer | Marvin Borner | 2024-11-13 21:53:37 +0100 |
commit | f60b209eae598160f6cf160415e08ae72658cd32 (patch) | |
tree | 3f8db41ec8b0e378b2aa3e2d1c8f827b981cbb32 /samples/test.lil |
Initial structure
Diffstat (limited to 'samples/test.lil')
-rw-r--r-- | samples/test.lil | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/samples/test.lil b/samples/test.lil new file mode 100644 index 0000000..e0ed6fd --- /dev/null +++ b/samples/test.lil @@ -0,0 +1,11 @@ +foo = [ + huh = [[[0 1 2]]] + huh 0 +] + +bar = [ + huh = ([[[0 2 1]]] 0) + huh 0 +] + +foo bar |