#!perl -w

use strict;
use warnings;

print "HELLO WORLD\n";

exit;
