yes at starting there is white space
Got any whitespace at start or at the end of your result?
whats wrong here ? In golang Expected : alpha beta gamma delta to equal : alpha beta gamma delta
here my code able to pass all test except for input ="codewars is nice" output ="CodewarsIsNice" should handle the middle spaces and then i run my code with different IDE that is working if anyone can figure out the issue the given test
Loading collection data...
yes at starting there is white space
Got any whitespace at start or at the end of your result?
whats wrong here ? In golang
Expected
: alpha beta gamma delta
to equal
: alpha beta gamma delta
here my code able to pass all test except for input ="codewars is nice" output ="CodewarsIsNice" should handle the middle spaces and then i run my code with different IDE that is working
if anyone can figure out the issue the given test