Browse Source

feat(digitlen): add README.md for Go Exam exercise digitlen

pull/2061/head
Tiago Collot 2 years ago committed by MSilva95
parent
commit
a17d6662eb
  1. 2
      subjects/digitlen/README.md

2
subjects/digitlen/README.md

@ -10,7 +10,7 @@ Write a function `DigitLen()` that takes two integers as arguments and returns t
### Expected function
```go
func DigitLen(n, base int) int {
func DigitLen(n,base int) int {
}
```

Loading…
Cancel
Save