Browse Source

Not decimal solutions and test

pull/2076/head
zainabdnaya 2 years ago committed by MSilva95
parent
commit
7f7f9261e8
  1. 2
      subjects/not_decimal/README.md

2
subjects/not_decimal/README.md

@ -12,7 +12,7 @@ Write a function called `Not_decimal()` that takes a string in forme of a float
### Expected function ### Expected function
```go ```go
func Not_decimal(dec string) int { func Not_decimal(dec string) string {
} }
``` ```
### Usage ### Usage

Loading…
Cancel
Save