simba/da

9 lines
101 B
Perl
Executable File

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