diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,3 +18,7 @@ Running: ./ExecBrainfuck < program.bf The example program expects the brainfuck program to be the first line on stdin. Any further lines are seen as input to the brainfuck program. + +## License + +This program and the example are distributed under the MIT license. For more details, see the LICENSE file. |