diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-29 07:18:00 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-29 07:18:00 -0700 |
| commit | b1b19ba9f74e5ddd7a0120615a682d522878858d (patch) | |
| tree | 9f07f7ce2f25e1b87f17184c1c407f8d558ac456 /scratch | |
| parent | deb076e0f10fa226237954312951704a6fa7d3be (diff) | |
| download | a4-b1b19ba9f74e5ddd7a0120615a682d522878858d.tar.xz a4-b1b19ba9f74e5ddd7a0120615a682d522878858d.zip | |
logger list working, fill in function failing
Diffstat (limited to 'scratch')
| -rw-r--r-- | scratch/refresh.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scratch/refresh.lua b/scratch/refresh.lua index 24e864b..a67676a 100644 --- a/scratch/refresh.lua +++ b/scratch/refresh.lua @@ -1,5 +1,4 @@ R("99") -local Range = require("99.geo").Range - -local selection = Range:from_visual_selection() +function fizz_buzz(count) +end |
