AdaCasio/test/program.adb
2026-04-05 22:21:03 +02:00

6 lines
87 B
Ada

package body Program is
procedure Main is
begin
null;
end Main;
end Program;