Documentation for this module may be created at Module:Sandbox/Daevid/hw/doc

local p = {}

-- No arguments, used like: {{#invoke:BananasArgs|hello_world}}
function p.hello_world()
	return "Hello, world!"
end

return p