Ad
  • Custom User Avatar

    The joke with this kata is that you would normally just use System.Numerics, but you can't use it in your kata solution because (ha ha) you can't add a reference to System.Numerics here.

    You will have to basically reimplement your own crappy version of BigInteger in order to make this work (or, at least, your own version of the BigInteger addition operation).