Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Dani

Dani

Dani has asked 15 questions and find answers to 2 problems.

Stats

109
EtPoint
8
Vote count
15
questions
2
answers

About

    for (1 < 2) {
     eat();
     code();
     for (true === true) {
       beer();
     }
     sleep();
    }