Next | You can't get there from here | 29 |
use Acme::HaltingProblem;
my $halts = halts($CODE, $INPUT); my $does_halt = $halts ? "does halt" : "does not halt"; print "<$CODE> $does_halt when given input <$INPUT>.\n";
continued...
Next | Copyright © 2005 M. J. Dominus |