use strict;
use warnings;

my $code = shift;

exit $code;
