#!/usr/bin/env python3
class SoftwareEngineer:
def __init__(self):
self.name = "Gaoozi"
self.languages = ["Python", "HTML", "CSS", "Javascript", "Rust", "Linux"]
self.hobbies = ["Coding", "Walking", "Terraria"]
def say_hi(self):
print("Welcome here, I hope you can find something useful or interesting for you.")
me = SoftwareEngineer()
me.say_hi()
Popular repositories Loading
-
-
-
-
vitepress
vitepress PublicForked from vuejs/vitepress
Vite & Vue powered static site generator.
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.