diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-01 08:35:01 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-01 08:35:01 -0700 |
| commit | 0043d77b69d36cb3b7b9ba9db8f36741d27596e2 (patch) | |
| tree | 90b844d9086aa20bbc18bf3b1577c9b72b2c5e32 /scratch | |
| parent | b503987d9421c2bf29c13bf40e89c4b113134cae (diff) | |
| download | a4-0043d77b69d36cb3b7b9ba9db8f36741d27596e2.tar.xz a4-0043d77b69d36cb3b7b9ba9db8f36741d27596e2.zip | |
working through a super refactor while adding implement function
Diffstat (limited to 'scratch')
| -rw-r--r-- | scratch/refresh.lua | 2 |
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 |
