Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giusepped committed Nov 24, 2015
1 parent 9d517d6 commit 9314987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ $ rspec
I created an external class that does the counting in a range. I have to methods for checking wether a number (once converted into a string) is a palindrome:
* the first one uses the reverse ruby in-built method
* the second one uses recursion

In the main file I first initalise an instance of the class PalindromeCounter.

Then I iterate through the .txt files in the test_files folder and for each one:
Expand Down

0 comments on commit 9314987

Please sign in to comment.