Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Ady

Ady

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

Stats

38
EtPoint
10
Vote count
0
questions
2
answers

About

private volatile bool alive = true;

do
{
  Learn();
  Introspect();
  Share();
} while (alive);

Ady questions