Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,6 +0,0 @@
|
|||
with Ada.Text_IO;
|
||||
|
||||
procedure Goodbye_World is
|
||||
begin
|
||||
Ada.Text_IO.Put("Goodbye, World!");
|
||||
end Goodbye_World;
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
with Ada.Text_IO;
|
||||
with Ada.Text_IO.Text_Streams;
|
||||
|
||||
procedure Goodbye_World is
|
||||
stdout: Ada.Text_IO.File_Type := Ada.Text_IO.Standard_Output;
|
||||
begin
|
||||
String'Write(Ada.Text_IO.Text_Streams.Stream(stdout), "Goodbye World");
|
||||
end Goodbye_World;
|
||||
Loading…
Add table
Add a link
Reference in a new issue