RosettaCodeData/Task/Empty-program/Ada/empty-program.ada
2023-07-01 11:58:00 -04:00

4 lines
39 B
Ada

procedure Empty is
begin
null;
end;