summaryrefslogtreecommitdiff
path: root/scratch
diff options
context:
space:
mode:
authorThePrimeAgain <theprimeagain@theprimeagain.com>2025-12-01 08:35:01 -0700
committerThePrimeAgain <theprimeagain@theprimeagain.com>2025-12-01 08:35:01 -0700
commit0043d77b69d36cb3b7b9ba9db8f36741d27596e2 (patch)
tree90b844d9086aa20bbc18bf3b1577c9b72b2c5e32 /scratch
parentb503987d9421c2bf29c13bf40e89c4b113134cae (diff)
downloada4-0043d77b69d36cb3b7b9ba9db8f36741d27596e2.tar.xz
a4-0043d77b69d36cb3b7b9ba9db8f36741d27596e2.zip
working through a super refactor while adding implement function
Diffstat (limited to 'scratch')
-rw-r--r--scratch/refresh.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scratch/refresh.lua b/scratch/refresh.lua
index 42e7b36..db78ea5 100644
--- a/scratch/refresh.lua
+++ b/scratch/refresh.lua
@@ -1,2 +1,4 @@
function return_42()
+ local number = pick_a_number_that_is_42()
+ return number
end