An undergraduate from CUMT.🈚⛰️ 2018 - 2022
A graduate student of Xidian University 2022 - 2025
package main
type Me struct{
Email string
Job string
Code string
Blog string
BestAndFavoriteSkill string
}
func main() {
me := &Me{
Email: "xzasliuxinrong@gmail.com",
Job: "Graduate student from NCNIPC Lab",
Code: "PHP, Java, Souffle and Python...",
Blog: "xzaslxr.xyz or fe1w0.github.io",
BestAndFavoriteSkill: "Sleep😴, Take photos📷 and Play💦",
CVE: "CVE-2024-22871, CVE-2024-31501, CVE-2017-20189"
}
_ = me
}