mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 11:33:09 +00:00
rewrite makefile, and remove luacode cache.
This commit is contained in:
9
test/testlog.lua
Normal file
9
test/testlog.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local skynet = require "skynet"
|
||||
local log = require "log"
|
||||
|
||||
skynet.start(function()
|
||||
log.Info("hello world")
|
||||
skynet.exit()
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user