Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
6
Task/Palindrome-dates/Zkl/palindrome-dates.zkl
Normal file
6
Task/Palindrome-dates/Zkl/palindrome-dates.zkl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TD,date,n := Time.Date, T(2020,02,02), 15;
|
||||
while(n){
|
||||
ds:=TD.toYMDString(date.xplode()) - "-";
|
||||
if(ds==ds.reverse()){ n-=1; println(TD.toYMDString(date.xplode())); }
|
||||
date=TD.addYMD(date,0,0,1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue