#!/usr/bin/perl

use strict;
use warnings;

use App::highlight;
App::highlight->run();
