aboutsummaryrefslogtreecommitdiff
path: root/c.lua
diff options
context:
space:
mode:
authorame <[email protected]>2023-10-18 19:25:21 -0500
committerame <[email protected]>2023-10-18 19:25:21 -0500
commitc952f15b72dc63e3bd0d35fa7aa24baeb0851588 (patch)
tree83c209af0c03cf1eaaad5fca19088feb064458f8 /c.lua
parent4c00c7fb9a648e336973de6d4d40f535dab1410c (diff)
fixed md5 smh
Diffstat (limited to 'c.lua')
-rw-r--r--c.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/c.lua b/c.lua
index 6706c34..aa83866 100644
--- a/c.lua
+++ b/c.lua
@@ -1,3 +1,3 @@
require "llib"
-print(llib.crypto.md5("wowa22"));
+print(llib.crypto.md5("Hello, world!"));