-- Artbarte Google Code-in, Introduction to Lua in Wikipedia-- Task 2 ---- Hello world example copied from: https://www.mediawiki.org/wiki/Extension:Scribunto/Lua_reference_manual#Getting_startedlocalp={}-- p stands for packagefunctionp.hello(frame)return"Hello, world!"endreturnp