Le 05/10/2024 à 22:10, Didier Kryn a écrit : >
> Here is an example of a very small program I wrote many years ago
> before a travel to Japan. You will easily understand what it does, but
> I will explain line by line the source. The file is named jetlag.adb
>
> 1 with Ada.Text_Io;
> 2 use Ada.Text_Io; etc...
Sorry, I didn't mention that the line numbers have been added by me
to explain the program. The real source file does not contain line numbers.