Hello, World

Posted by lorenb on Nov 30, 2004 in general |

Just working on getting prettyprint.js working on my blog so I can post source code easier. For example:


using System;

public class HelloWorld {

	public static void Main (string[] args) {

		Console.WriteLine ("Hello, World");

	}

}

Copyright © 2010 LB Technology Services Blog All rights reserved.