#!perl
use strict;
use warnings;
use SOOT::App;

SOOT::App->run(argv => \@ARGV);

