Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
3
Task/Leap-year/APL/leap-year-1.apl
Normal file
3
Task/Leap-year/APL/leap-year-1.apl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
∇ z←Leap year
|
||||
Z←(0=4|year)∧(0=400|year)∨~0=100|year
|
||||
∇
|
||||
3
Task/Leap-year/APL/leap-year-2.apl
Normal file
3
Task/Leap-year/APL/leap-year-2.apl
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
∇ z←Leap year
|
||||
z←0≠.=400 100 4∘.|year
|
||||
∇
|
||||
1
Task/Leap-year/APL/leap-year-3.apl
Normal file
1
Task/Leap-year/APL/leap-year-3.apl
Normal file
|
|
@ -0,0 +1 @@
|
|||
Leap←0≠.=400 100 4∘.|⊢
|
||||
1
Task/Leap-year/APL/leap-year-4.apl
Normal file
1
Task/Leap-year/APL/leap-year-4.apl
Normal file
|
|
@ -0,0 +1 @@
|
|||
Leap←0⎕DT,∘2 29¨
|
||||
1
Task/Leap-year/APL/leap-year-5.apl
Normal file
1
Task/Leap-year/APL/leap-year-5.apl
Normal file
|
|
@ -0,0 +1 @@
|
|||
Leap 1899 1900 1901 1902 1903 1904 1905 1999 2000 2001 2002 2003 2004
|
||||
1
Task/Leap-year/APL/leap-year-6.apl
Normal file
1
Task/Leap-year/APL/leap-year-6.apl
Normal file
|
|
@ -0,0 +1 @@
|
|||
0 0 0 0 0 1 0 0 1 0 0 0 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue