Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
#!/usr/bin/perl
use
strict
;
use
warnings
;
use
App
::
Rad
;
sub
default
{
my
$c
=
shift
;
print
"test
\n
"
;
}
App
::
Rad
->
run
(
)
;