Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Silvestre

Silvestre

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

Stats

110
EtPoint
37
Vote count
0
questions
4
answers

About

    public NiceGuy GetME()
    {
        try
        {
            return SOFTWARE_DEVELOPER +
                   MUSIC_ADDICT +
                   CINEPHILE + ANIMAL_LOVER;
        }
        catch (Exception)
        {
            Console.WriteLine("Must be someone else.");
        }
    }