Showing posts with label code formatting. Show all posts
Showing posts with label code formatting. Show all posts

Saturday, May 7, 2011

hello blog

Finally, I figured out a way to post code onto my blog. Thank you @CraftyFella

// Comment
public class Testing {
public Testing() {
print("WooHoo");
}