#!/bin/perl

use strict;
use warnings;

print "hi\n";
