06-02-2013, 07:07 PM
(06-01-2013, 11:57 PM)VirtualPineapple Wrote: 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)
But... what type of file? :o