#!/usr/bin/perl
use strict;
use warnings;

use App::Wack;
App::Wack->run;

