মডিউল নথি[তৈরি করুন]
-- For unit tests, see [[মডিউল:বানানাস/testcases]]
local p = {}

function p.hello()
	return "Hello, world!"
end

return p