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 10 hrs 54 mins █████████▓░░░░░░░░░░░░░░░ 38.83 %
sh 5 hrs 54 mins █████▒░░░░░░░░░░░░░░░░░░░ 21.04 %
Markdown 3 hrs 36 mins ███▒░░░░░░░░░░░░░░░░░░░░░ 12.83 %
YAML 2 hrs 24 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.56 %
Bash 1 hr 9 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.10 %