A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 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