7 lines
93 B
Perl
Executable file
7 lines
93 B
Perl
Executable file
#!/usr/bin/env perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
use PreCommitHello;
|
|
|
|
PreCommitHello::hello();
|