brainfuck_interpreter/bin/dune

5 lines
102 B
Text
Raw Permalink Normal View History

2025-03-09 17:53:05 +13:00
(executable
(public_name brainfuck_interpreter)
(preprocess (pps ppx_deriving.show))
(name main))