ROSECODE 064
Sort String [BF]
The original task required a Brainfuck submission. This page preserves the statement only.
Write a Brainfuck code that given string n, it sorts characters in string in increasingly alphabetic order then outputs this sorted string. Thus, given "haeusl" it outputs "aehlsu"