Browse Source

Update README.md

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

4
subjects/binaryaddition/README.md

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

Loading…
Cancel
Save