initial version
[brainfuck.git] / debug.c
CommitLineData
048e6e55
LM
1#include "debug.h"
2
3int verbose = 1;
4
5/* vim: set ts=4 sw=4 et: */