Ad
  • Custom User Avatar

    I am trying in C#. Which means I am using BigInteger.
    To make it work I needed to add assembly System.Numeric.dll in my VS. But what to do to submit the solution for this Kata ? I am getting the following error:

    "The type or namespace name 'Numerics' does not exist in the namespace 'System'. Are you missing `System.Numerics' assembly reference?"

    Any help is appreciated.
    Thanks.