"Hello, world!", in under 200 bytes (if it takes you more than 200 bytes to do it anyways, you have probably found a bug in the language that should be reported via PM)
List of all of the ASCII characters (Mys handles unprintables nicely)
The first 255 UTF-8 characters (The second column of this table, minus the last character)
More challenges coming as I create them.
Print out every even character twice (Like BBDDFFHH, but with the first 255 utf-8 chars.)
Print out every odd character twice (Like AACCEEGG, but with the first 255 utf-8 chars.)
Create a binary counter, counting from 0 to 256 (inclusive) in less than or exactly 50 characters. The counter should be left-aligned, because place value.
Print out the first 255 UTF-8 characters in the following fashion: Take the first two characters and swap their places. Take the next 2 characters after that setn and swap them around. Repeat.
Produce EXCLUSIVELY the following output (nothing else should be outputted), all on one line, in under 30 characters: