Revision 827069df-1292-4fe5-ab06-ee837ec67e6c - Code Golf Stack Exchange
# Brainf***, 263 bytes
I took a little snippet from [here][1]
>>>>>>,[>>>>>>,]>++++[<++++++++>-]>>>>>+>>>>>>>++++[<++++++++>-]<<<<<<<[<<<<<<]>>>>>>[[>>>>>>>++++[<-------->-]<]<<<<<<[->>>+<<<]>>>[-<+<<+>>>]<>>+>+<<<[-[->]<]+>>>[>]<[-<]<[-]<-[<[<<<<<<]>>>>>>.>>>>>>[>[-]++++[<++++++++>-]<.>>>>>>]>++++[-<++++++++>]<.[-]]>>>>>>]
I'd give an explanation but even I don't have a clue how this works anymore.
Expects input as space-seperated numbers (eg `2 432 1`)
[1]: https://stackoverflow.com/a/35243393