This is a series of programming challenges for beginners and experienced Caché programmers.
For an introduction : go to article https://community.intersystems.com/post/advent-code-2016-day1-no-time-t…
Today's challenge is about decompressing input that is compressed in an experimental format.
In the format, markers indicate how much time a number of characters need to be repeated.
For example :
A(1x5)BCABBBBBC7(3x3)XYZ9
For the complete explanation of the challenge, go to http://adventofcode.com/2016/day/9.

I unable to change response Class.
