9 lines
101 B
Plaintext
9 lines
101 B
Plaintext
|
#!/usr/bin/perl -T
|
||
|
use warnings;
|
||
|
use strict;
|
||
|
use Simba::DA;
|
||
|
|
||
|
my $da = Simba::DA->new();
|
||
|
|
||
|
$da->run();
|