class JavierGomezC():
def __init__(self):
self.name = "Javier Gómez C";
self.username = "javiev";
self.mail = "[email protected]";
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
-
cfw-gha-deploy
cfw-gha-deploy PublicFix for Cloudflare Workers deployment failures via GitHub Actions when using wrangler.json configuration files
TypeScript
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.


