Justin Pombrio

What we preceive as reality is a construct of the mind.

Does Jekyll Pygments syntax highlighting work yet?

parents, babies = (1, 1)
while babies < 100:
    print 'This generation has {0} babies'.format(babies)
    parents, babies = (babies, parents + babies)
cd ~