package main
import "fmt"
type SoftwareEngineer struct {
Name string
Role string
Work string
Country string
Hobbies []string
}
func (se SoftwareEngineer) Hello() {
fmt.Println("Hello there, thanks for the visit, hope you find my profile useful!!")
}
func main() {
me := SoftwareEngineer{
Name: "Samit Ghimire",
Role: "Lead Engineer",
Work: "CloudFactory",
Country: "Nepal",
Hobbies: []string{"Photography", "Biking"},
}
me.Hello()
}
👀
Converting coffee into code for a decade now. Dealing with Golang, Python, Ruby on Rails, and AWS daily.
- Australia
-
02:03
(UTC +10:00) - https://samit.dev
- @samit_gh
- in/samit22
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.