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
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.