Skip to content

songjiayang/songjiayang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 

Repository files navigation

func main() {
	profile := `
Hi there πŸ‘‹
Thanks for visiting my GitHub profile, it's great to meet you here! 😊

Here are some quick things about me:
`
	fmt.Println(profile)
	
	me := map[string]string{
		"name":    "songjiayang",
		"job":     "Software Engineer",
		"company": "OPPO",
	}
	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