06-01-2013, 11:57 PM
How to compile:
On windows, install Mingw, and run this command:
Code:
mingw32-gcc Brainfuck.c -o BF.exe
and run the executable from the commandline.
Make a new file, input your BF code, save it. Then in the command line do BF (filename)
On windows, install Mingw, and run this command:
Code:
mingw32-gcc Brainfuck.c -o BF.exe
and run the executable from the commandline.
Make a new file, input your BF code, save it. Then in the command line do BF (filename)