A+B: Difference between revisions

18 bytes removed ,  6 years ago
Line 2,684:
print "$a $b " . ($a + $b) . "\n";
 
# Or=== using Thethe List::Util module and a modern perl...===
say sum split /\s+/, scalar <STDIN>;</lang>
 
Anonymous user