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
commit0cb307c50930d9aba2b1a6af46c1da75943778d3 (patch)
tree054f19eb9afeb242539cdf17bbed77898220c0cc /io.lua
parent7eb07ccdca178abffe5ffccf686b4f818db3601d (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"))