From 654c5394cde3794d31601999704a1afe6a0655cc Mon Sep 17 00:00:00 2001 From: Layla Manley Date: Sun, 8 Oct 2023 04:18:31 -0400 Subject: [PATCH] iteration --- packages/dig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dig.lua b/packages/dig.lua index c2fa0d6..14849c1 100644 --- a/packages/dig.lua +++ b/packages/dig.lua @@ -5,4 +5,4 @@ if args[1] == nil then return end -os.write(lns.lookup(args[1]) .. "\n") \ No newline at end of file +io.write(lns.lookup(args[1]) .. "\n") \ No newline at end of file