﻿with Ada.Text_IO; use Ada.Text_IO;

procedure Test is
begin
   Put_Line ("Héllo wörld!");
end Test;
