More Than Nothing

“You mean you can't take less; it's very easy to take more than nothing.”

Archive for the ‘golf’ Category

FizzBuzz Golf

Posted on September 10, 2011 by [ICR] under C#, golf, Programming

Someone linked to http://golf.shinh.org/p.rb?FizzBuzz today and I couldn’t help but have a go. Currently I’m ranked 20 in the C# solutions, but I just can’t seem to shave off those last few characters. [The following code is obviously unminified] class X { static void Main() { for (int i=0; i 0 ? null : “Buzz”; [...]

No Comments | Read the rest of this entry »