starting ada stuff
This commit is contained in:
9
ada/bap/chapter01/hello/hello_world.adb
Normal file
9
ada/bap/chapter01/hello/hello_world.adb
Normal file
@@ -0,0 +1,9 @@
|
||||
with Ada.Text_IO;
|
||||
|
||||
procedure hello_world is
|
||||
begin
|
||||
Ada.Text_IO.Put_Line("Hello, world.");
|
||||
Ada.Text_IO.Put("Now, goodbye.");
|
||||
Ada.Text_IO.New_Line;
|
||||
end hello_world;
|
||||
|
||||
Reference in New Issue
Block a user