WITH Text_IO; PROCEDURE Hello IS BEGIN Text_IO.Put(Item=>"Hello World. "); Text_IO.Put(Item=>"This is my first ADA program. "); Text_IO.New_Line; END Hello;