Twitter contest: what can you code in 130 characters?

I just posted the following snippet on Twitter. The exercise is to write meaningful and preferably cool code that fits in a Twitter message along with the #twitcode keyword, which leaves 130 characters.

private static readonly byte[] _blankGif =
  Convert.FromBase64String(
"R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAEBMgA7");

I can’t wait to see what people come up with.

Monitor the results from here:
http://search.twitter.com/search?q=%23twitcode

7 Comments

Comments have been disabled for this content.