package main
type Me struct{
Pronouns string
Code string
Job string
BestAndFavoriteSkill string
}
func main() {
me := &Me{
Job: "windows安全工程师,游戏安全工程师",
Pronouns: "He/Him",
Code: "c++ and Go and Everythings",
BestAndFavoriteSkill: "Game Hacking and SoftWare Hacking :D"
}
_ = me
}
🌴
On vacation
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.

