6 lines
47 B
Perl
6 lines
47 B
Perl
|
#!/usr/bin/perl -w
|
||
|
|
||
|
use strict;
|
||
|
|
||
|
print "P1\n";
|