function loadprofile()
local Name = "Barnacle"
local Website_You_Should_Check_Out = "barnical.github.io"
local maingithub = "github.com/Tropxzz"
local t = {maingithub, Website_You_Should_Check_Out, Name}
return t
end
for i,v in pairs(loadprofile()) do
print(v)
end
print("Success")
Popular repositories Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.