RosettaCodeData/Task/Program-name/Ada/program-name.ada
2023-07-01 13:44:08 -04:00

6 lines
143 B
Ada

with Ada.Command_Line, Ada.Text_IO;
procedure Command_Name is
begin
Ada.Text_IO.Put_Line(Ada.Command_Line.Command_Name);
end Command_Name;