-- For unit tests, see [[মডিউল:বানানাস/testcases]] local p = {} function p.hello() return "Hello, world!" end return p