Brainfuck Printer
      A challenge by
      
        
        MeWhenI
      
    
Description
For each input string of printable ASCII (0x20-0x7e), output a brainfuck program which produces that string. At the end of your program, append a # followed by the brainfuck program that your code outputs when given the input string Hello, World!. For example, if your program is
abc
and it outputs
123
when given Hello, World! as an input, then your final submission should be
abc#123
(You don’t need a trailing newline on your submission, even if the output of your program contains one)
Leaderboard
| Author | Score | ||
|---|---|---|---|
| #1 |  | MeWhenI | 521 |