Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 475 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 475 Bytes

A simple program written in C, that converts a string to its equivalent BrainFuck code.


Working

Working

  • Compile the C program with GNU GCC compiler using $ gcc BrainFuckWriter.c -o BrainFuckWriter
  • Run the compiled program $ ./BrainFuckWriter
  • Input a string and hit enter
  • Compile the output.bf with BrainFuck Compiler $ bfc output.bf
  • Run the compiled code $ ./a.out