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)
}
}-
Notifications
You must be signed in to change notification settings - Fork 0
songjiayang/songjiayang
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Β | Β | |||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published