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 11 mins ███████████████░░░░░░░░░░ 59.37 %
sh 3 hrs 14 mins ███▓░░░░░░░░░░░░░░░░░░░░░ 14.58 %
Markdown 1 hr 51 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.36 %
Go 46 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.47 %
JavaScript 40 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 03.03 %