4 lines
55 B
Perl
4 lines
55 B
Perl
|
#!/usr/bin/perl -w
|
||
|
|
||
|
print "0x30\n";
|
||
|
print "030\n";
|