Skip to content

laohanme/laohanme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

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",
        ]
    }
    
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published