package main
import (
"fmt"
)
type Bio map[string]string
func main() {
for k, v := range GetBio() {
fmt.Printf("%+v: %+v\n", k, v)
}
}
func GetBio() Bio {
return Bio{
"- ๐ฑ Iโm currently learning": "C++, Java, data Structures & algorithms, systems design",
"- ๐ฏ Iโm looking to collaborate on": "Python, JavaScript / ReactJS projects, and any front-end-dev work",
"- ๐ซ How to reach me:": "https://linkedin.com/in/ccsmith1",
}
}
- New York, NY
Pinned Loading
-
cs-sprint-challenge-hash-tables
cs-sprint-challenge-hash-tables PublicForked from bloominstituteoftechnology/cs-sprint-challenge-hash-tables
Python
-
Sprint-Challenge--Advanced-CSS
Sprint-Challenge--Advanced-CSS PublicForked from bloominstituteoftechnology/Sprint-Challenge--Advanced-CSS
CSS
-
Sprint-Challenge--Data-Structures-Python
Sprint-Challenge--Data-Structures-Python PublicForked from bloominstituteoftechnology/Sprint-Challenge--Data-Structures-Python
Python
-
Sprint-Challenge-Advanced-React
Sprint-Challenge-Advanced-React PublicForked from bloominstituteoftechnology/Sprint-Challenge-Advanced-React
JavaScript
-
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.