Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of savageWays

savageWays

savageWays has asked 1 questions and find answers to 1 problems.

Stats

5
EtPoint
0
Vote count
1
questions
1
answers

About

while(alive){
  me.eat();
  me.code();
  me.sleep();
}

if(!goodboy)
  mePtr = new hell;
else
  mePtr = new heaven;

return 0;