Generates an image in the style of the Commodore 64 program
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
Usage:
#define
statements to set the colours and sizesrand()
call to make a different patternThen compile and run:
cc 10print.c
./a.out > image.ppm