Initial commit
[app-mafia.git] / mafia
1 #!/usr/bin/perl -w -CSDA
2 use v5.14;
3 use App::Mafia;
4 use Tk;
5
6 MainLoop;
This page took 0.022759 seconds and 5 git commands to generate.