What is the least amount of code you can write to create, sort (ascending), and print a list of 100 random positive integers? By least amount of code I mean characters contained in the entire source file, so get to minifying.
I'm interested in seeing the answers using any and all programming languages. Let's try to keep one answer per language, edit the previous to correct or simplify. If you can't edit, comment?
Mathematica, 28 chars
That gives 100 (sorted) random integers in {0,...,2^32}.
Clojure
APL
13 chars:
C++ is not the right tool for this job, but here goes:
Java:
Haskell: