We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
You are hardcoding the text, you should pass the variable that was used to store the input text. In the validation, they use 2 different texts, this is why you get 1 pass and 1 fail.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Day 0: Hello, World.
You are viewing a single comment's thread. Return to all comments →
You are hardcoding the text, you should pass the variable that was used to store the input text. In the validation, they use 2 different texts, this is why you get 1 pass and 1 fail.