diff options
| author | amelia squires <[email protected]> | 2025-04-16 13:09:46 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-04-16 13:09:46 -0500 |
| commit | 009eb7d43d9582856c275ad3b16f7e3ff94209cc (patch) | |
| tree | 6d1f5ea000a6d72164a5b6e05b68dfbe0371ae06 /tests/old/h.lua | |
| parent | dd7a8af4050454c3901987bff24a77334f892cc4 (diff) | |
merge thingy
Diffstat (limited to 'tests/old/h.lua')
| -rw-r--r-- | tests/old/h.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/old/h.lua b/tests/old/h.lua new file mode 100644 index 0000000..a875b42 --- /dev/null +++ b/tests/old/h.lua @@ -0,0 +1,11 @@ +llib = require "lullaby"
+llib.io.print_meta = 1
+
+local a = llib.crypto.sha1()
+
+local b = llib.thread.buffer(a)
+
+llib.io.pprint(a)
+llib.io.pprint(b:get())
+llib.io.pprint((b + "meow"):final())
+
|
