7 lines
61 B
Perl
7 lines
61 B
Perl
|
#!/usr/bin/perl -w
|
||
|
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
|
||
|
print "P2\n";
|