X Tutup
Skip to content

fe1w0/fe1w0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

About me

An undergraduate from CUMT.🈚⛰️ 2018 - 2022

A graduate student of Xidian University 2022 - 2025

fe1w0's github stats

More about me

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
}

About

About Me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

X Tutup