7 lines
76 B
Perl
7 lines
76 B
Perl
|
use warnings;
|
||
|
use strict;
|
||
|
|
||
|
print
|
||
|
'La di da
|
||
|
di da di';
|