Skip to content

Commit

Permalink
Update shorten.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Nov 5, 2024
1 parent 6fd89dc commit 2044632
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/shorten.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@ std::string normalizeDelimiters(const std::string &input)
return normalized;
}

int mainAA()
{
std::string input = "TP.DK.USD.A\nTP.DK.EUR.A\nTP.DK.CHF.A-TP.DK.GBP.A";
std::string output = normalizeDelimiters(input);
std::cout << "Normalized string: " << output << std::endl;

return 0;
}

std::string capitalizeWords(const std::string &input)
{
Expand Down

0 comments on commit 2044632

Please sign in to comment.