fork download
  1. With Ada.Text_IO; Use Ada.Text_IO;
  2. With Ada.Integer_Text_IO; Use Ada.Integer_Text_IO;
  3.  
  4. procedure Program is
  5. begin
  6. -- your code goes here
  7. end Program;
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
gcc-5 -c -pipe -O2 test.adb
test.adb:7:01: statement expected
gnatmake: "test.adb" compilation error
stdout
Standard output is empty