diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-02 17:47:44 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-02 17:47:44 -0700 |
| commit | b972a9ed603ed94b745f75c7672a4c6eea88b046 (patch) | |
| tree | b424597999d25cff7521d9739a6875dc0f2a5065 /scratch | |
| parent | 7438d6024d57736ec2fe8e0cc8feeb4f5c817d33 (diff) | |
| download | a4-b972a9ed603ed94b745f75c7672a4c6eea88b046.tar.xz a4-b972a9ed603ed94b745f75c7672a4c6eea88b046.zip | |
working through the fill in function more proper
Diffstat (limited to 'scratch')
| -rw-r--r-- | scratch/refresh.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scratch/refresh.lua b/scratch/refresh.lua index 3612efd..c90f76f 100644 --- a/scratch/refresh.lua +++ b/scratch/refresh.lua @@ -1,4 +1,5 @@ local function pick_a_number_that_is_42() + return 42 end function return_42() |
