fork download
  1. With Ada.text_10;
  2. procedure Hola_Mon is begin Ada.text_10.put("04:55 am - 28/10/11 - Hola Món");
  3.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
gnatgcc -c -pipe -O2 prog.adb
prog.adb:2:80: missing "end Hola_Mon;"
gnatmake: "prog.adb" compilation error
stdout
Standard output is empty