What's the BEST (motivational) program in the world!
Jul
5
Written by:
Monday, July 05, 2010 9:25 PM
Ever wonder what's the best program in the world right now? Check it out!

Ever wonder what's the best program in the world? iPad? Windows 3.11? Windows 7? Facebook? WordPerfect 5.2? LinkedIn, Twitter? They're all good, but isn't the BEST program, well, one you wrote and helps keep you PUMPED? Ok, so this is more of a feel-good blog, but I hope it helps you this week! Here's my spin on the best program in the world!
static void Main( string[] args )
{
bool success = false;
while( !success )
{
Console.WriteLine( "Try try again!" );
}
}
Hopefully now you're a bit charged up, now go get'em, well, after you grab a coffee and get coding!
PS And yes, it IS done in C# and VS2010 but that doesn't really matter.
Resources
http://www.pchenry.com:8080/svn/blog/trunk/2010/BestProgramEver/