Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
9
Task/Literals-Integer/Ada/literals-integer.ada
Normal file
9
Task/Literals-Integer/Ada/literals-integer.ada
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
with Ada.Integer_Text_IO; use Ada.Integer_Text_IO;
|
||||
|
||||
procedure Test_Literals is
|
||||
begin
|
||||
Put (16#2D7#);
|
||||
Put (10#727#);
|
||||
Put (8#1_327#);
|
||||
Put (2#10_1101_0111#);
|
||||
end Test_Literals;
|
||||
Loading…
Add table
Add a link
Reference in a new issue