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

4 lines
39 B
Ada

procedure Empty is
begin
null;
end;