Y
Hacker News
new
|
ask
|
show
|
jobs
by
gonzo
2776 days ago
$ cc -E cursed_mandelbrot.c | wc 546 8804289 76385728
The pre-processor outputs 76,385,728 chars on 546 lines
1 comments
hazeii
2775 days ago
The madness is all in the line that defines the pixels[] array (try 'tail' instead).
link