Create, sort, and print a list of 100 random ints in the fewest chars of code
Posted
by TheSoftwareJedi
on Stack Overflow
See other posts from Stack Overflow
or by TheSoftwareJedi
Published on 2008-12-08T21:01:57Z
Indexed on
2010/05/20
2:30 UTC
Read the original article
Hit count: 252
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?
© Stack Overflow or respective owner