Alwayscooperate.adb

-- Always cooperates

function AlwaysCooperate return Move is
begin
   return Cooperate;
end AlwaysCooperate;

Tillbaka till huvudsidan