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 15 hrs 46 mins ████████████████▓░░░░░░░░ 66.79 %
sh 2 hrs 52 mins ███░░░░░░░░░░░░░░░░░░░░░░ 12.21 %
Markdown 1 hr 35 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.74 %
Go 51 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.61 %
YAML 31 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.22 %