view interps/dimensifuck/test.py @ 3912:db0fd06b6b40

<olsner> addquote <boily> I love django.
author HackBot
date Wed, 16 Oct 2013 19:24:31 +0000
parents 859f9b4339e6
children
line wrap: on
line source

#!/usr/bin/env python
from dimensifuck import *

a = Dimensifuck()
a.loadMatrix("0^+=^\n"
             "1_  _\n"
             "2v=.v\n")

a.run()

a.loadFile("Madness.dim")

a.run(verbose = True)