# Brainfuck Encoder Encode ASCII text to brainfuck code. ## Using ``` # build go build . # run ./brainfuck-encoder "ASCII Text" [--format|-F] ```