This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| using System; | |
| using System.Diagnostics; | |
| using System.Linq; | |
| namespace BenchmarkTest | |
| { | |
| class Program | |
| { | |
| private static Random random = new Random(); |
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer