diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-10-06 12:26:42 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-10-06 12:26:42 -0400 |
commit | f4bc4570be7a51b00bf44d5bd4be99108dd94a30 (patch) | |
tree | abb6b32ac979d7dc0bdf1792d86b0daca8818525 /libtnsl/box/box.tnsl | |
parent | a58e2685b815a5a0d2d5f07bc3ae53016ba6f52b (diff) |
Libtnsl additions
Diffstat (limited to 'libtnsl/box/box.tnsl')
-rw-r--r-- | libtnsl/box/box.tnsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libtnsl/box/box.tnsl b/libtnsl/box/box.tnsl index 2f270b6..0dffdc9 100644 --- a/libtnsl/box/box.tnsl +++ b/libtnsl/box/box.tnsl @@ -25,10 +25,11 @@ #; export module box /: import + "_vect.tnsl" "iterator.tnsl" "map.tnsl" "string.tnsl" "tree.tnsl" "vector.tnsl" :/ -;/
\ No newline at end of file +;/ |