aboutsummaryrefslogtreecommitdiff
path: root/io.lua
diff options
context:
space:
mode:
authorame <[email protected]>2023-12-04 01:04:57 -0600
committerame <[email protected]>2023-12-04 01:04:57 -0600
commit7832bc32b4933696e7a34b180bbba46b0c98b858 (patch)
tree054f19eb9afeb242539cdf17bbed77898220c0cc /io.lua
parentb224d2f0b9b344a08c6c508d61f15bdf205464f8 (diff)
crypto stuff and (some) file io
Diffstat (limited to 'io.lua')
-rw-r--r--io.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/io.lua b/io.lua
new file mode 100644
index 0000000..fd58bab
--- /dev/null
+++ b/io.lua
@@ -0,0 +1,2 @@
+require "llib"
+print(llib.io.readfile("../personal-site/src/window-utils.js"))