Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

[ Create a new account ]

Skim123 (3322)

Skim123
  mitchell@4guysfr ... m ['lla' in gap]
http://scottonwriting.net/

main(){int a=256,i,p[a],k;for(i=0;ia;p[i++]=1); for(i=2;ia;i++)if(p[i]){printf("%d ",i); for(k=i*2;ka;k+=i)p[k]=0;}}