by Brian Ensink
22. September 2009 23:36
I stumbled on a fun website the other day: Project Euler. Its a site of progressively difficult math and programming problems. After you solve a problem you submit your computed answer and the site keeps track of which problems you have solved. This looks like a great source of programming exercises when starting to learn a new language or dusting off an old one.
Tonight I solved Problem #1. Yes the problem is easy (that’s why its #1!) but my purpose was to use Java for the first time since last millennium. Fun stuff.