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
}
Go 8 hrs 5 mins ███████░░░░░░░░░░░░░░░░░░ 27.83 %
Python 7 hrs 3 mins ██████░░░░░░░░░░░░░░░░░░░ 24.28 %
sh 6 hrs 39 mins █████▓░░░░░░░░░░░░░░░░░░░ 22.93 %
YAML 2 hrs 20 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.08 %
Markdown 1 hr 33 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.37 %