Merge branch 'master' of gitee.com:openLuat/LuatOS
[LuatOS.git] / demo / ctwing / main.lua
blob909fc4a1a450ea37183edafdcb2a01e5d09cd9cf
1 PROJECT = 'CtwingDemo'
2 VERSION = '2.0.0'
4 LOG_LEVEL = log.LOG_INFO
5 log.setLevel(LOG_LEVEL )
6 local sys = require "sys"
7 _G.sysplus = require("sysplus")
10 require 'ctwingdemo'
13 sys.run()