mirror of
https://github.com/lune-org/lune.git
synced 2025-05-04 10:43:57 +01:00
Remove temp test file
This commit is contained in:
parent
68d1c2bb39
commit
752f5496cf
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
local net = require("@lune/net")
|
||||
|
||||
local handle = net.serve(8080, function()
|
||||
return "Hello, World!"
|
||||
end)
|
||||
|
||||
print(`Server started on {handle.ip}:{handle.port}`)
|
Loading…
Add table
Reference in a new issue