-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Steve Jain
committed
Oct 4, 2012
1 parent
39ac840
commit 758fae6
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
<h1>Project Euler</h1> | ||
<p>Problems are located at <a href="http://projecteuler.net/">Project Euler</a>.</p> | ||
<p>My goal here is to learn efficient coding...cool algorithms, etc.</p> | ||
<p>First problem was done in Python, because I was exploring Django at the time. I've since switched to Ruby and Rails, so I'll probably use Ruby going forward.</p> | ||
<p>First problem was done in Python, because I was exploring Django at the time. I've since switched to Ruby and Rails, so I'll probably use Ruby going forward.</p> | ||
<p>For the sake of thoroughness, 1.py was written on September 24, 2012. Going forward, code will be pushed as it is written.</p> |