Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Challenge

Name: Anonymous 2009-06-15 14:23

Write a C program which outputs binary values of all possible bytes(0-255) as e.g. '00001011\n' in the least space.

Name: Anonymous 2009-06-15 19:11

: bits 256 0 do i 7 for dup i rshift 1 and '0 + emit next cr loop ;

Name: >>18 2009-06-15 21:28

Corrected:
: bits 256 0 do 7 for j i rshift 1 and '0 + emit next cr loop ;

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List