Browse Source

Update README.md

pull/1285/head
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
Here is a possible program to test your function:
```go
package main

Loading…
Cancel
Save