Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of juanjux

juanjux

juanjux has asked 5 questions and find answers to 4 problems.

Stats

83
EtPoint
11
Vote count
5
questions
4
answers

About

auto alive = true;
while (alive) 
{
    try {
        code(cpp, python, d);
        work(make_cgi_films());    
        love(annalisa, adriana);    
        play(cats, adriana, ps4, pc);    
        read(scifi, history, programming);    
        watch(films);    
        drive(mazdarx8, DriveMode.Like_Stolen);    
        meet(friends);    
        dream();    
    } catch(Death d) { 
        alive = false; 
    }
}