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 5 hrs 39 mins █████████████░░░░░░░░░░░░ 52.48 %
Markdown 4 hrs 2 mins █████████▒░░░░░░░░░░░░░░░ 37.53 %
Go 32 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 05.05 %
sh 31 mins █▒░░░░░░░░░░░░░░░░░░░░░░░ 04.84 %
TOML 0 secs ░░░░░░░░░░░░░░░░░░░░░░░░░ 00.10 %