Saturday, May 1, 2010

Testing SyntaxHighlighter

// Comment
public class Testing {
   public Testing() {
     
   }

   public void Method() {
      /* Another Comment
      on multiple lines */
      int x = 9;
   }
}

0 comments:

Post a Comment