http://www.craftyfella.com/2010/01/syntax-highlighting-with-blogger-engine.html
Simply cool.
// Comment
public class Testing {
public Testing() {
}
public void Method() {
/* Another Comment
on multiple lines */
int x = 9;
}
}
#!/usr/bin/python
print "Hello Python World !"
raw_input ("Hit Enter to Continue, gently please")
0 comments:
Post a Comment