import LHxHub
struct MyProfile {
static func who_am_i() -> String {
return "Hi there ๐, I'm LaoHan"
}
static func what_i_do() -> [String] {
return [
"Website Development",
"Mobile Apps Development"
]
}
static func current_learn() -> [String] {
return [
"Swift"
]
}
static func my_open_source() -> String {
return "LHxHub"
}
static func my_social() -> [String] {
return [
"https://dub.sh/V92LTUD",
]
}
}
๐
Available
Highlights
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.