local Futurekismo = {
name = "Futurekismo",
location = "World Wide Web",
-- website = "", <- TODO
main_languages = "programming languages are simply tools for our craft",
grade = "The education system limits our power",
languages_known = 9,
details = function(self)
print(string.format("Hello! I am %s and I am on the %s", self.name, self.location))
end,
}
Futurekismo:details()
Pinned 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.


