Implementation of Lucifers Pastime
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
96B

  1. #!/usr/bin/perl
  2. use warnings;
  3. use strict;
  4. use lib "./";
  5. use MNU;
  6. while(MNU->loop()){
  7. }