Browse Source

Update interestingnumber.en.md

pull/512/head
Christopher Fremond 4 years ago committed by GitHub
parent
commit
eb20d8b222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/interestingnumber.en.md

2
subjects/interestingnumber.en.md

@ -23,7 +23,7 @@ Saken thinks that number is interesting if sum of its digits is divisible by 7.
### Expected function
```go
func Interesting_number(n int) int {
func InterestingNumber(n int) int {
}
```

Loading…
Cancel
Save