Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 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