Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Leap-year/ZX-Spectrum-Basic/leap-year.basic
Normal file
1
Task/Leap-year/ZX-Spectrum-Basic/leap-year.basic
Normal file
|
|
@ -0,0 +1 @@
|
|||
10 DEF FN l(y)=y/4=INT (y/4) AND (y/100<>INT (y/100) OR y/400=INT (y/400))
|
||||
Loading…
Add table
Add a link
Reference in a new issue