Computer (Software) Engineering at Amirkabir University of Technology (Tehran Polytechnic)
- Tehran, Iran
Milad Rezaei Hajidehi
Miladrzh
UBC student in Systems Lab.
ICPC PacNW 3rd place.
Actions speak louder than words...
@ubc Vancouver
Mohammad M. Ahmadpanah
smahmadpanah
Postdoc at KTH Royal Institute of Technology Stockholm, Sweden
Sadjad Ghanbarynasab
sghgh1996
Full-Stack JavaScript Developer | Vue, Nuxt, React, Next, Node.js, NestJS
Berlin, Germany
Ali J
ajanaliz
bool dead = false;
void goDeeper()
{
if( dead == true)
return;
goDeeper();
}
void main(void)
{
goDeeper();
}