repo.or.cz
/
LuatOS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of gitee.com:openLuat/LuatOS
[LuatOS.git]
/
demo
/
ctwing
/
main.lua
blob
909fc4a1a450ea37183edafdcb2a01e5d09cd9cf
1
PROJECT
=
'CtwingDemo'
2
VERSION
=
'2.0.0'
3
4
LOG_LEVEL
=
log
.
LOG_INFO
5
log
.
setLevel
(
LOG_LEVEL
)
6
local
sys
=
require
"sys"
7
_G
.
sysplus
=
require
(
"sysplus"
)
8
9
10
require
'ctwingdemo'
11
12
13
sys
.
run
()