Milktrader

Iterating Until Convergence

Monday, July 5, 2010

I Got Code Snippet Highlights Working

To get this to work, follow the tutorial at:

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