3 lines
45 B
Perl
3 lines
45 B
Perl
|
#!/usr/bin/perl -w
|
||
|
|
||
|
print 0b11111111, "\n";
|