summaryrefslogtreecommitdiff
path: root/scratch/refresh.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scratch/refresh.lua')
-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