You are viewing a single comment's thread. Return to all comments →
Third issue with C# template here... hackerrank, what's up with that? You need good C# coders to fix up your templates????
Solution:
Same as prior problem
remove class Result, but keep its guts. change function to be non-public -- remove public keyword.
class Result
public
Seems like cookies are disabled on this browser, please enable them to open this website
An unexpected error occurred. Please try reloading the page. If problem persists, please contact support@hackerrank.com
Print in Reverse
You are viewing a single comment's thread. Return to all comments →
Third issue with C# template here... hackerrank, what's up with that? You need good C# coders to fix up your templates????
Solution:
Same as prior problem
remove
class Result
, but keep its guts. change function to be non-public -- removepublic
keyword.