#!/usr/bin/perl -w
#
# Source file hello3.pl

use strict;

print "Hello world!\n";
