Skip to content

Commit 0eee6e6

Browse files
committed
Update README.md
1 parent 36e4b54 commit 0eee6e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ Compiles BrainFuck code into a Windows executable:
1111
If `output` is not passed, BrainFExec automatically decides the file name: For example, if the input BrainFuck filename is `a.bf`, it sets the output file to `a.exe`.
1212
## How it works
1313
It first converts BrainFuck to C#, then uses dynamic compiling to compile the resulting C# program to an executable.
14+
## Requires
15+
.NET < 5

0 commit comments

Comments
 (0)