1 2 3 4 5 6 7 8 9 10 11
[isort.b -- insertion sort (c) 2016 Daniel B. Cristofani http://brainfuck.org/] >>+>,[ <[ [>>+<<-]>[<<+<[->>+[<]]>>>[>]<<-]<<< ]>>[<<+>>-]<[>+<-]>[>>]<, ]<<<[<+<]>[>.>] [This program sorts bytes of input using insertion sort.]