fork download
  1. with Ada.Text_IO; use Ada.Text_IO;
  2. procedure Main is
  3. begin
  4. Put_Line("Hello World!");
  5. end Main;
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
Hello World!