-- 헬로 월드!
local p = require ("모듈:Coutput")

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