Skip to content

quassbottle/BrainfuckDotNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BrainfuckDotNet

Simple Brainfuck runner written on C# made generally for fun. (.NET Framework 6.0)

Usage

To use it you have to run it using dotnet run command. You can simply type the code into the console or specify the path of the file that contains the brainfuck code using the --path parameter.

Usage in code

Brainfuck brainfuck = new Brainfuck();
brainfuck.Run("put your code here");

Releases

No releases published

Packages

 
 
 

Languages