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/old/s.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/old/s.lua (limited to 'tests/old/s.lua') diff --git a/tests/old/s.lua b/tests/old/s.lua new file mode 100644 index 0000000..ae84e25 --- /dev/null +++ b/tests/old/s.lua @@ -0,0 +1,15 @@ +local t = function (a) end + +llib = require "llib" + +local a = llib.crypto.md5() +--llib.io.pprint(_ENV.a) + +for i = 1,200 do + awa = function(a) end + llib.thread.async(awa):await() +end + +if a:final() ~= "d41d8cd98f00b204e9800998ecf8427e" then + print(a:final()) +end -- cgit v1.2.3