#!/usr/bin/env perl

use strict;
use warnings;
use PreCommitHello;

PreCommitHello::hello();
