diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-11-26 09:38:47 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-11-26 09:38:47 -0700 |
| commit | 83b317d6f34cacc5ddc52152ed39e2a4540cb111 (patch) | |
| tree | b1ff49a24a1038ded42c7f311468d61785b4e6a0 /scratch | |
| parent | 82b05b232f6a8a2f26432a68759633783efb05ab (diff) | |
| download | a4-83b317d6f34cacc5ddc52152ed39e2a4540cb111.tar.xz a4-83b317d6f34cacc5ddc52152ed39e2a4540cb111.zip | |
feat: fill in function "complete"
Diffstat (limited to 'scratch')
| -rw-r--r-- | scratch/refresh.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scratch/refresh.lua b/scratch/refresh.lua new file mode 100644 index 0000000..5119de4 --- /dev/null +++ b/scratch/refresh.lua @@ -0,0 +1,6 @@ +R("99") + + +function return_42() + +end |
