RosettaCodeData/Task/Hello-world-Text/Perl/hello-world-text-2.pl

3 lines
39 B
Perl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
use feature 'say';
say 'Hello world!';