Calendar: Difference between revisions

(Edit task: Allow output in 132 columns. (The task allowed such output before 12 June 2011.) Remove reference to IBM 1403; the CALENDAR task only requires uppercase code, not uppercase output.)
Line 401:
26 27 28 29 30 31 │ 23 24 25 26 27 28 29│ 28 29 30 31
│ 30 │ </lang>
 
=={{header|Perl}}==
<lang perl>$_=$ARGV[0]//1969;`\143\141\154 $_ >&2`</lang>
 
=={{header|PicoLisp}}==
Anonymous user