मोड्युल:Test

Documentation for this module may be created at मोड्युल:Test/doc

local p = {}
 
local factorial = function ( n )
	n = 1 + 1
	
  return n
end