with text_io; --use text_io; procedure HW is begin text_io.Put_Line("Hello World!"); --Put("Hello World!"); New_Line; end HW;