re-cursion

451
reputation

int recurs() { int ion = recurs(); return ion; }