RosettaCodeData/Task/Empty-program/Ada/empty-program.ada

5 lines
39 B
Ada

procedure Empty is
begin
null;
end;