Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Brhaka

Brhaka

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

Stats

54
EtPoint
9
Vote count
0
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