Browse Source

Update printnbrbase.en.md

content-update
PirozhokForAlem 5 years ago committed by Christopher Fremond
parent
commit
10801a1633
  1. 2
      subjects/printnbrbase.en.md

2
subjects/printnbrbase.en.md

@ -17,7 +17,7 @@ The function has to manage negative numbers. (as shown in the example)
### Expected function
```go
func PrintNbrBase(nbr int, base string) () {
func PrintNbrBase(nbr int, base string) {
}
```

Loading…
Cancel
Save