3 lines
45 B
Perl
3 lines
45 B
Perl
|
#!/usr/bin/perl -w
|
||
|
|
||
|
print oct("030"), "\n";
|