Today's problem will get us back in to the code golfing realm. Without hard coding the answers, create a program that prints out the first 100 prime numbers using the fewest characters of code (new lines count as 1 character).
Also, because it was request. The answer to Friday's problem has been posted in the comments for that problem.
Comments:
James - 10 years, 3 months ago
C (106 characters):
Readable:
reply permalink
Max Burstein - 10 years, 3 months ago
Nicely done
reply permalink
bumbleguppy - 10 years, 3 months ago
javascript 183 characters:
reply permalink
Anonymous - 10 years, 3 months ago
101 chars (Coffeescript)
reply permalink
Dmitry - 10 years, 3 months ago
Python (94 chars):
reply permalink