programming-examples/perl/Datatype/Print a couple of integer literals in Perl.pl
2019-11-15 12:59:38 +01:00

2 lines
45 B
Perl

#1/usr/bin/perl
use warnings; print 25, -4;