Some updates.
This commit is contained in:
parent
a0b3856c69
commit
c019a5a884
57 changed files with 2026 additions and 0 deletions
8
2015/2015_03/ada/nauka/3/hello.adb
Normal file
8
2015/2015_03/ada/nauka/3/hello.adb
Normal file
|
@ -0,0 +1,8 @@
|
|||
with Ada.Text_IO;
|
||||
use Ada.Text_IO;
|
||||
|
||||
procedure Hello is
|
||||
package IO renames Ada.Text_IO;
|
||||
begin
|
||||
Put_Line("Hello, world");
|
||||
end Hello;
|
Loading…
Add table
Add a link
Reference in a new issue