4 lines
54 B
Perl
4 lines
54 B
Perl
|
|
||
|
#!/usr/bin/perl -w
|
||
|
|
||
|
print "NOT 85 is ", ~85, "\n";
|