From 009eb7d43d9582856c275ad3b16f7e3ff94209cc Mon Sep 17 00:00:00 2001 From: amelia squires Date: Wed, 16 Apr 2025 13:09:46 -0500 Subject: merge thingy --- tests/h.lua | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/h.lua (limited to 'tests/h.lua') diff --git a/tests/h.lua b/tests/h.lua deleted file mode 100644 index a875b42..0000000 --- a/tests/h.lua +++ /dev/null @@ -1,11 +0,0 @@ -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()) - -- cgit v1.2.3