type Compute0 = Brainfuck<"++++++[>+++++<-]>+++.">
type O = Output;
Hovering Output in VSCode will show the result of the brainfuck program: "!" in this case.
finnbarmcc•1d ago
type Compute0 = Brainfuck<"++++++[>+++++<-]>+++.">
type O = Output;
Hovering Output in VSCode will show the result of the brainfuck program: "!" in this case.