Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Brhaka

Brhaka

Brhaka has asked 1 questions and find answers to 4 problems.

Stats

59
EtPoint
9
Vote count
1
questions
4
answers

About

if (!knowHowToSolve) {
    try {
        searchOn("StackOverflow");
    }
    catch (NothingFoundException e) {
        searchOn("Google");
    }
}

profile for Brhaka on Stack Exchange, a network of free, community-driven Q&A sites