Write a C program which outputs binary values of all possible bytes(0-255) as e.g. '00001011\n' in the least space.
Name:
Anonymous2009-06-19 21:05
Thank you, >>41さん, you have prompted me to explore the mysterious wonders of monads. Through my adventures I have realized that lists are monads and that, for lists, (>>=) = concatMap, which clarifies things a lot.