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 37 mins ████████████████▓░░░░░░░░ 66.24 %
Markdown 2 hrs 50 mins ███▒░░░░░░░░░░░░░░░░░░░░░ 13.84 %
sh 2 hrs 16 mins ██▓░░░░░░░░░░░░░░░░░░░░░░ 11.09 %
Go 1 hr 26 mins █▓░░░░░░░░░░░░░░░░░░░░░░░ 06.98 %
TOML 9 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 00.77 %