Alwaysdefect.adb

-- Always defect

function AlwaysDefect return Move is
begin
   return Defect;
end AlwaysDefect;

Tillbaka till huvudsidan