Browse Source

Not decimal subject

pull/2076/head
zainabdnaya 2 years ago committed by MSilva95
parent
commit
5b301b2748
  1. 2
      subjects/notdecimal/README.md

2
subjects/notdecimal/README.md

@ -10,7 +10,7 @@ Write a function called `Not_decimal()` that takes a float number with the decim
### Expected function ### Expected function
```go ```go
func Not_decimal(month float64) int { func Not_decimal(dec string) int {
} }
``` ```
### Usage ### Usage

Loading…
Cancel
Save