Browse Source

Update README.md

1274-oddlength
Hamza elkhatri 2 years ago committed by David Mata
parent
commit
2f7f49f495
  1. 2
      subjects/binaryaddition/README.md

2
subjects/binaryaddition/README.md

@ -15,6 +15,8 @@ func BinaryAddition(a int, b int) []int {
### Usage
Here is a possible program to test your function:
```go
package main

Loading…
Cancel
Save