Temporary entry

Monday, 3rd August 2009, 1900hrs jw Python

Beware:

'''python-psyco'''

print "Hello there!"

Hello there!

public static void main(String * args) {

    System.out.println("Hello there");

    // this is a very loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line and I'm pretty excited to see how markdown and pygments behave!

    /*

        a comment line

        a comment line

        a comment line

        a comment line

        a comment line

        a comment line

        a comment line

        a comment line

        a comment line

        a comment line

    */

}

And

import this

def demo():

    pass

Install pydef:

Beware:

'''python-psyco'''

{% extends 'base.html' %}

{% load ittybitty_tags %}



{% block content %}

<a href="{% ittybitty_url %}">Link to this page!</a>

{% endblock %}

Hello there!