fork download
  1. with Text_To; use Text_To
  2. procedure hello is
  3. begin
  4. put("Hello World");
  5. end hello
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
21
compilation info
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
stdout
Standard output is empty