Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove new lines
  • Loading branch information
Sam A. Markelon committed Feb 18, 2019
1 parent a3a8001 commit 0577a86
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions assignments/asgn1.cpp
Expand Up @@ -58,13 +58,13 @@ const std::map<NumberToFactor, FactorsContainer> tests = {


const std::map<NumberToFactor, std::string> english_tests = {
{ 20, "The prime factors of 20 are 2, 2 and 5.\n"},
{ 29, "The prime factor of 29 is 29.\n"},
{ 49, "The prime factors of 49 are 7 and 7.\n"},
{ 625, "The prime factors of 625 are 5, 5, 5 and 5.\n"},
{ 324324, "The prime factors of 324324 are 2, 2, 3, 3, 3, 3, 7, 11 and 13.\n"},
{ 9876543210, "The prime factors of 9876543210 are 2, 3, 3, 5, 17, 17 and 379721.\n"},
{ 1234567890987654321, "The prime factors of 1234567890987654321 are 3, 3, 7, 19, 928163 and 1111211111.\n"}
{ 20, "The prime factors of 20 are 2, 2 and 5."},
{ 29, "The prime factor of 29 is 29."},
{ 49, "The prime factors of 49 are 7 and 7."},
{ 625, "The prime factors of 625 are 5, 5, 5 and 5."},
{ 324324, "The prime factors of 324324 are 2, 2, 3, 3, 3, 3, 7, 11 and 13."},
{ 9876543210, "The prime factors of 9876543210 are 2, 3, 3, 5, 17, 17 and 379721."},
{ 1234567890987654321, "The prime factors of 1234567890987654321 are 3, 3, 7, 19, 928163 and 1111211111."}
};


Expand Down

0 comments on commit 0577a86

Please sign in to comment.