Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 436 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 436 Bytes

Brainf__k-Interpreter

This is a simple brainf**k interpreter build in C#.

To run the program, run the exe file:

C:\> Brainf__k Interpreter.exe <command or file name>

Below are the commands given

  1. -v : Tell the version number
  2. -k : Take the input through keyboard
  3. -h : Help
  4. <FileName> : valid brainf**k file name

Know more about brainf**k here.