bool dead = false;
void goDeeper()
{
if( dead == true)
return;
goDeeper();
}
void main(void)
{
goDeeper();
}
Popular repositories Loading
-
E-Commerce-Website-Deep-Learning-Model
E-Commerce-Website-Deep-Learning-Model PublicTraining an ANN to predict user actions on website based on data.
-
UDP-Chat-Engine
UDP-Chat-Engine Publica very simple Client and an even simpler Server application(one of my earlier projects)
Java 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.