Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Leap-year/Q/leap-year.q
Normal file
1
Task/Leap-year/Q/leap-year.q
Normal file
|
|
@ -0,0 +1 @@
|
|||
ly:{((0<>x mod 100) | 0=x mod 400) & 0=x mod 4} / Return 1b if x is a leap year; 0b otherwise
|
||||
Loading…
Add table
Add a link
Reference in a new issue