diff options
| author | ame <[email protected]> | 2023-12-04 01:19:57 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2023-12-04 01:19:57 -0600 |
| commit | 3a81663d45d5dd171330735a89b8efcbd3156ac5 (patch) | |
| tree | 6c6b41e10754e31487c7e9f9f1b655ccea913ecd /io.lua | |
| parent | 0cb307c50930d9aba2b1a6af46c1da75943778d3 (diff) | |
fix the uh
Diffstat (limited to 'io.lua')
| -rw-r--r-- | io.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ require "llib" -print(llib.io.readfile("../personal-site/src/window-utils.js")) +print(llib.io.readfile("../aoc2023/src/1.input")) |
