From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_20,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,da812fc09ab12b58 X-Google-Attributes: gid103376,public From: James Bond Subject: Re: I need a battleship solution for my school assignement Date: 1998/05/29 Message-ID: <356EAEDA.BD71CC11@hmss.gov.uk>#1/1 X-Deja-AN: 357623500 Content-Transfer-Encoding: 7bit References: <356CB738.632B3698@total.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: HMSS Newsgroups: comp.lang.ada Date: 1998-05-29T00:00:00+00:00 List-Id: glucose@total.net wrote: > > Hello! this week I have to give out my documentation of a battleship > game. it must run on ms-dos with no graphics, one human player and one > computer player. Sure, here it is: with Ada.Text_Io; procedure Battleships is begin Text_Io.Put_Line ("You lose"); end Battleships; Since you will always lose, I guess you are a loser.