Thursday 21 March 2013

showing Code on Blogger.com

thanks to this blog How to show code on blogger.com I now have this solution
// Comment
public class Testing {
public Testing() {
}
 
public void Method() {
/* Another Comment
on multiple lines */
int x = 9;
}
}

No comments: