Sunday, June 29, 2008 | From James Newkirk's Blog
I just posted a the presentation and sample code from the Lessons Learned in Programmer Testing sessions that I did at a few conferences this summer. Click here for the details.
I just posted a the presentation and sample code from the Lessons Learned in Programmer Testing sessions that I did at a few conferences this summer. Click here for the details.
using System; public class HelloWorld { public static void Main(params string[] args) { Console.WriteLine("Hello World!"); } }
this is indented
this is double-indented
Table Heading 1 | Table Heading 2 | Table Heading 3 |
---|---|---|
Row 1 - Cell 1 | Row 1 - Cell 2 | Row 1 - Cell 3 |
Row 2 - Cell 1 | Row 2 - Cell 2 | Row 2 - Cell 3 |
public static void Main() { // code goes here }