[FLUG] [CODE] Internet time

  • From: "Simon" <seddie@xxxxxxxxx>
  • To: <fanolug@xxxxxxxxxxxxx>
  • Date: Fri, 14 Mar 2003 11:01:49 +0100

Stupidaggine in C che calcola l'attuale internet time.
Per riferimento: http://www.swatch.com/fs_index.php?haupt=itime

--
/* Federico 's1m0n' Simoncelli <f.simon@xxxxxxxx>
   http://www.jkcal.org/simon
*/ 
int main(){unsigned int g,h=0;while(++h){for(g=(h>1)?2:1;g<
h/2+1&&h%g!=0;g++);if(g==h/2+1)printf("%i\n",h);}return 0;}

Other related posts:

  • » [FLUG] [CODE] Internet time