mirror of
https://github.com/type-challenges/type-challenges.git
synced 2025-12-08 19:06:13 +00:00
1.3 KiB
1.3 KiB
Binary Addition

by Finley Garton @finleygn
Implement BinaryAdd to add two binary numbers together. The numbers should not be translated out of binary at any point.
Note the two inputs will always have the same length.