diff options
Diffstat (limited to 'sandbox/helloworld.lua')
-rw-r--r-- | sandbox/helloworld.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/helloworld.lua b/sandbox/helloworld.lua new file mode 100644 index 0000000..7785fb9 --- /dev/null +++ b/sandbox/helloworld.lua @@ -0,0 +1 @@ +local a = "hello world" |