Skip to content

sujay2306/sujay2306

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 

Repository files navigation

func main() {
	profile := `
	Hi there πŸ‘‹
	great to meet you here! 😊
	Here are some quick things about me:`
	fmt.Println(profile)
	
	me := map[string]string{
		"name":    "Sujay KS",
		"job":     "DevOps/SRE",
		"company": "UniCards",
	}
	for k, v := range me {
		fmt.Printf("- %s: %s \n", k, v)
	}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published