with Ada.Text_IO;
|
|
with Ada.Command_Line;
|
|
|
|
procedure SyntaxError is
|
|
package IO renames Ada.Text_IO;
|
|
begin
|
|
IO.Put_Line("Hello, world!")
|
|
end SyntaxErro;
|