On Sat, Jan 26, 2013 at 12:07 PM, Enea Zaffanella <zaffanella at cs.unipr.it> wrote: > Here is the patch. OK to commit? Please don't duplicate the comment in .cpp file. LGTM with that. Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/