exercism / dart

Exercism exercises in Dart.
https://exercism.org/tracks/dart
MIT License
57 stars 98 forks source link

Sync armstrong-numbers with problem-specifications #437

Closed kytrinyx closed 2 years ago

kytrinyx commented 2 years ago

This updates the instructions and brings in two new tests, both of which handle very big numbers.

In order to support these new tests, the example solution has been updated to use BigInt.

Closes #434