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 8 hrs 11 mins ███████████▓░░░░░░░░░░░░░ 46.89 %
Go 5 hrs 10 mins ███████▒░░░░░░░░░░░░░░░░░ 29.66 %
sh 2 hrs 18 mins ███▒░░░░░░░░░░░░░░░░░░░░░ 13.25 %
Markdown 1 hr 26 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 08.25 %
TOML 6 mins ░░░░░░░░░░░░░░░░░░░░░░░░░ 00.63 %