Hi ππΌ, I'm HAHWUL!
Security Engineer and Developer and H4cker
βhahwulβ is a new word made by remixing my name, and it means me. pronunciation is a little vague. say βha-hulβ but you can just call me βhowlβ
More about me...
package main
type Me struct {
Job string
Pronouns string
SpecialMove string
MainWeapon string
Language []string
}
func main() {
me := &Me{
Job: "π‘ Security engineer and Red team that aims for a purple team.",
Pronouns: "π§π½βπ» He/Him",
SpecialMove: "π₯ Web Hacking",
MainWeapon: "β‘οΈ OWASP ZAP",
Language: []string{
"πΉ I Love Golang",
"π and Ruby",
},
}
_ = me
}



