Wednesday, April 20, 2011

Testing Google Code Prettifier

Stumbled across a code prettifier that can be used for blogger from google code.

You can set it up for yourself. Here is a link to the stackoverflow page that outlines the setup.


#!/bin/perl
#simple test code

$variable = "Test stuff";
$another = 100;
$decimal = 99.9;
$special = 1x01;

print("Prettify me! %s", $variable);