RosettaCodeData/Task/Program-name/Ada/program-name.adb

7 lines
143 B
Ada
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
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;