class JavierGomezC():
def __init__(self):
self.name = "Javier Gómez C";
self.username = "javiev";
self.mail = "jaogomezco@gmail.com";
def __str__(self):
return self.name
if __name__ == '__main__':
me = JavierGomezC()
Pinned Loading
-
turbo
turbo PublicForked from vercel/turborepo
Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust – including Turbopack and Turborepo.
Rust
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.