Console application that finds the 3 longest unique palindromes in a supplied string.
.NET Framework 4.6 to exec the application (https://www.microsoft.com/en-US/download/details.aspx?id=48130) Visual Studio Professional 2015 to open the code solution
Open folder /Release and double click on CodingTest.exe.
Follow the instruction of application
Open folder /Solution and double click on CodingTest.sln
Open folder /Solution and double click on CodingTest.sln
Right click on solution named CodingTest and choose "Build solution"
Open folder /Solution and double click on CodingTest.sln and follow the guide below:
https://msdn.microsoft.com/en-us/library/hh270865.aspx#BKMK_Run_tests_in_Test_Explorer
- Thomas Rainero - Coding challange