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 6 mins ████████████████▒░░░░░░░░ 65.42 %
sh 2 hrs 10 mins ██▓░░░░░░░░░░░░░░░░░░░░░░ 10.85 %
Markdown 1 hr 30 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.51 %
Go 46 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.85 %
JavaScript 40 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.36 %