aboutsummaryrefslogtreecommitdiff
path: root/sandbox/hello.lua
blob: b2bf135953b7ee2e1a1c6f642ad06f664e4ebf00 (plain)
1
2
local hello = "Hello"
print (hello.." World!")