diff options
Diffstat (limited to 'example/checktools/test.lua')
| -rw-r--r-- | example/checktools/test.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/example/checktools/test.lua b/example/checktools/test.lua new file mode 100644 index 0000000..bdabc4a --- /dev/null +++ b/example/checktools/test.lua @@ -0,0 +1,3 @@ +print("this is test.lua") +local data = TSG.data +print(data) |
