package main
type Me struct {
Name string
Job string
Code string
Skills string
}
func main() {
me := &Me{
Name: "moonD4rk",
Job: "Cyber Security Engineer",
Code: "Go and Python and Others",
Skills: "Hacking ^o^",
}
_ = me
}
Python 13 hrs 54 mins ████████████▓░░░░░░░░░░░░ 50.95 %
YAML 4 hrs 41 mins ████▒░░░░░░░░░░░░░░░░░░░░ 17.18 %
sh 4 hrs 37 mins ████▒░░░░░░░░░░░░░░░░░░░░ 16.91 %
Markdown 2 hrs 31 mins ██▒░░░░░░░░░░░░░░░░░░░░░░ 09.25 %
Other 28 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.75 %