RosettaCodeData/Task/Empty-program/Ada/empty-program.adb
2026-04-30 12:34:36 -04:00

4 lines
39 B
Ada

procedure Empty is
begin
null;
end;