Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Mukesh Kumar Singh

Mukesh Kumar Singh

Mukesh Kumar Singh has asked 2 questions and find answers to 19 problems.

Stats

814
EtPoint
321
Vote count
2
questions
19
answers

About

fun getDeveloper(): Developer {
    val me = Developer()
    me.name = "Mukesh"
    me.dob = "03-05-1986"
    me.platform = "Android"
    me.primaryLanguage = "Java"
    me.otherLanguage = "Kotlin"
    me.email = "[email protected]"

    return me
} 

Programeers Always think like this

Programeers Always think like this