with Ada.Text_IO; procedure hello_world is use Ada.Text_IO; begin put_line("Hello, World!"); end;