January 25, 2005
The sieve.d example does not add a
newline to the printf, so it prints
nothing on some platforms (Mac OS X)

> # ./sieve                                                                                               [35] 10 iterations
> 
> #

There should be a '\n' at the end...

--anders