Update README.md

This commit is contained in:
Hamza elkhatri 2022-06-21 01:36:37 +01:00 committed by David Mata
parent c8f6198854
commit 4ed04e41ec
1 changed files with 2 additions and 0 deletions

View File

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