Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of user3599534

user3599534

user3599534 has asked 0 questions and find answers to 2 problems.

Stats

26
EtPoint
4
Vote count
0
questions
2
answers

About

<?php
function StackExchange( $site ) {
    if ($site == "StackOverflow") {
        $users = "Awesome";
        $answers = "Awesome";
        $questions = "Awesome";
        /* But moderators are
          #####,  +##   ;##. '##` ########+;, 
         ###'###  +##   ;##. '##` ########+:,
        `##,  ##; +##   ;##. '##` ```##+```  
         #####.   +########. '##`    ##+     
         .######  +########. '##`    ##+     
           `+#### +##++++##. '##`    ##+      
        +##   ### +##   ;##. '##`    ##+      
        .### ,##+ +##   ;##. '##`    ##+      
        */
    } else if ($site == "Meta") {
        /* It's all about wasting time and
          #####,  +##   ;##. '##` ########+;, 
         ###'###  +##   ;##. '##` ########+:,
        `##,  ##; +##   ;##. '##` ```##+```  
         #####.   +########. '##`    ##+     
         .######  +########. '##`    ##+     
           `+#### +##++++##. '##`    ##+      
        +##   ### +##   ;##. '##`    ##+      
        .### ,##+ +##   ;##. '##`    ##+     
        */
    }
}

user3599534 questions

user3599534 answers