#!/usr/bin/env perl

use strict;
use warnings;

package getclosest;

use lib 'lib';
use App::GetClosestFile;

App::GetClosestFile->run;

