Update README.md

This commit is contained in:
Hamza elkhatri 2022-06-21 01:41:17 +01:00 committed by David Mata
parent ad23781b3b
commit abbfbd4031
1 changed files with 2 additions and 0 deletions

View File

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