Module

Bananas/sandbox

From Halal Explorer

< Module:Bananas

Documentation for this module may be created at Module:Bananas/sandbox/doc

Script error: Lua error: Cannot create process: proc_open(/dev/null): Failed to open stream: Operation not permitted

local p = {}

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

return p