Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.6 KB

README.md

File metadata and controls

41 lines (30 loc) · 2.6 KB

Hello World, Mohana sai krishna Kandula here!

Welcome to my humble abode in the Digital World..

Awesome Matrix Code

Linkedin Badge HackerRank Badge Gmail Badge

There are 10 types of people in the world. Those who get Binary and those who don't..

Who am I?

WhoAmI :=struct{
experience *uint8
currentWork string
company string
hobbies []string
}{
experience:  3,
currentWork: "Software Developer",
company: "MKCL",
hobbies: []string{"Reading", "Coding", "Being up all Night chasing that ONE BUG..."},
}

func (me *WhoAmI) GetCity() string{
   return "Pune,India"
}

func (me *WhoAmI) Ambitions() []string{
   go Consistent()
   go ExploreWorld()
   go HealthyAndFit()

   return []string{"Become better than yesterday", "Best in golang", "Inspiration to others"}
}

Technologies I Use