Write a code that outputs the n first numbers of the Morris Number Sequence.
Make it in as little characters as possible (different languages cannot really compete, but it still makes for a very nice addition).
Print the number of characters in your (short) codes.
1 (one)
11 (one one)
21 (two ones)
1211 (one two, one one)
111221 (one one, one two, two ones)
312211 (three ones, two twos, one one)
13112221 (one three, one one , two twos, two ones)
1113213211 (one one, one three, two ones, three twos, one one)
...
Bonus: Code Golf!Make it in as little characters as possible (different languages cannot really compete, but it still makes for a very nice addition).
Print the number of characters in your (short) codes.