diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-29 07:47:45 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-29 07:47:45 -0700 |
| commit | e34b67e70573ce6f3a5ce1b96c0372b679804cd6 (patch) | |
| tree | b81c9e9efcd3262113715e59d863b28f87ff04df /scratch | |
| parent | e98a32e115de996c79f6dc2613f4257674fbc051 (diff) | |
| download | a4-e34b67e70573ce6f3a5ce1b96c0372b679804cd6.tar.xz a4-e34b67e70573ce6f3a5ce1b96c0372b679804cd6.zip | |
fill in function is working and things are nice to report!
Diffstat (limited to 'scratch')
| -rw-r--r-- | scratch/refresh.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scratch/refresh.lua b/scratch/refresh.lua index a67676a..86eb40d 100644 --- a/scratch/refresh.lua +++ b/scratch/refresh.lua @@ -1,4 +1,3 @@ R("99") -function fizz_buzz(count) -end +function fizz_buzz(count) end |
