Browse Source

Update README.md

1274-oddlength
Hamza elkhatri 2 years ago committed by David Mata
parent
commit
abbfbd4031
  1. 2
      subjects/leapyear/README.md

2
subjects/leapyear/README.md

@ -16,6 +16,8 @@ func LeapYear(year int)bool{
``` ```
### Usage ### Usage
Here is a possible program to test your function:
```go ```go
package main package main

Loading…
Cancel
Save