7 lines
70 B
Sed
7 lines
70 B
Sed
h
|
|
s/00$//
|
|
/[02468][048]$/!{
|
|
/[13579][26]$/!d
|
|
}
|
|
g
|
|
s/$/ is a leap year/
|