view interps/dimensifuck/test.py @ 3826:ea76456acc83

<boily> learn Unicide is when people can\'t read your suicide note because they lack the proper font.
author HackBot
date Tue, 24 Sep 2013 13:19:16 +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)