diff options
Diffstat (limited to 'sandbox/hello2.lua')
-rw-r--r-- | sandbox/hello2.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sandbox/hello2.lua b/sandbox/hello2.lua deleted file mode 100644 index bcbc1e0..0000000 --- a/sandbox/hello2.lua +++ /dev/null @@ -1,7 +0,0 @@ -local a = 1; -local b = 2; -print(a, b); - -function c(a, b) - return a + b -end
\ No newline at end of file |