with Text_To; use Text_To procedure hello is begin put("Hello World"); end hello
21
gnatgcc -c -pipe -O2 prog.adb prog.adb:1:06: file "text_to.ads" not found prog.adb:1:26: missing ";" prog.adb:2:13: warning: file name does not match unit name, should be "hello.adb" prog.adb:5:11: missing ";" gnatmake: "prog.adb" compilation error
Standard output is empty