with Text_io; use Text_io; procedure BeginToLoveAda is PetitMot : File_Type; begin Create(PetitMot, Out_File, "petitmot.txt"); Put_Line(PetitMot, "Salut l'Artiste!"); Close(PetitMot); end BeginToLoveAda; Cecile BIASIO a �crit dans le message : 3897088A.3E88D858@tgv.edu.ups-tlse.fr... > I just start to use Ada and i would like to know as quickly as possible > what is the library > to include so I can use " Putline" > thanks >