-- importing HTTP package--local http = require("http")
local p = ;
p.getRating = function(frame) local user = frame.args[1] -- Username of Competitive Programmer return user .. ' is very good!'end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Agnimandur/codeforcestest".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.