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 11 hrs 46 mins ███████████████▒░░░░░░░░░ 61.23 %
sh 2 hrs 25 mins ███░░░░░░░░░░░░░░░░░░░░░░ 12.62 %
Markdown 1 hr 19 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.89 %
Go 1 hr 2 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.46 %
JavaScript 42 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 03.66 %