Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of lojals

lojals

lojals has asked 0 questions and find answers to 3 problems.

Stats

119
EtPoint
46
Vote count
0
questions
3
answers

About

var bio: Bio {
    return Bio(yearsOfExperience: 10,
               languages: [.spa, .eng, .rus, .jap],
               programmingLangs: ["objc", "swift", "js"],
               interests: ["Software development", "Travel", "Learn languages"]
}