量子力学领军人物
熟练使用c++编写hello world
对golang的println略有研究
超级马里奥一条命通关选手
以上只有一条是假的
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
}