diff options
| author | amelia squires <[email protected]> | 2025-04-16 13:09:46 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-04-16 13:09:46 -0500 |
| commit | 009eb7d43d9582856c275ad3b16f7e3ff94209cc (patch) | |
| tree | 6d1f5ea000a6d72164a5b6e05b68dfbe0371ae06 /tests/nya.lua | |
| parent | dd7a8af4050454c3901987bff24a77334f892cc4 (diff) | |
merge thingy
Diffstat (limited to 'tests/nya.lua')
| -rw-r--r-- | tests/nya.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/nya.lua b/tests/nya.lua deleted file mode 100644 index ca5299c..0000000 --- a/tests/nya.lua +++ /dev/null @@ -1,8 +0,0 @@ -llby = require "lullaby" - -llby.net.listen(function(server) - server:GET("/", function(res, req) - print("hi") - llby.io.pprint(req) - end) -end, 8887) |
