10 lines
194 B
Ada
Executable file
10 lines
194 B
Ada
Executable file
with Ada.Text_IO; use Ada.Text_IO;
|
|
with Ada.Integer_Text_IO; use Ada.Integer_Text_IO;
|
|
with Piles;
|
|
with Afficher_Un_Entier;
|
|
|
|
procedure Saisir_Pile_Robuste is
|
|
|
|
|
|
end Saisir_Pile_Robuste;
|