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 27, 2015
1 parent bbe425a commit 6f32263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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:
* I get the first two lines and store them into variables `start` and `finish`
* Use `chomp` on the second variable (because in the file there was a new line)
* Use `chomp` on the first variable (because in the file there was a new line)
* Calculate the count of palindrome numbers in the range
* Output the name of the file checked, the range and the count of palindromes.

Expand Down

0 comments on commit 6f32263

Please sign in to comment.