Ali J
ajanaliz
bool dead = false;
void goDeeper()
{
if( dead == true)
return;
goDeeper();
}
void main(void)
{
goDeeper();
}
Mohammad M. Ahmadpanah
smahmadpanah
Postdoc at KTH Royal Institute of Technology Stockholm, Sweden
Farzin Heidary
farzin-heidary
Computer (Software) Engineering at Amirkabir University of Technology (Tehran Polytechnic)
Tehran, Iran
Sadjad Ghanbarynasab
sghgh1996
Full-Stack JavaScript Developer | Vue, Nuxt, React, Next, Node.js, NestJS
Berlin, Germany
PreviousNext