Files
Nicolas Setton 97318dfd33 Add support for powershell
And add a test.

For #40.
2024-01-23 14:21:18 +00:00

5 lines
71 B
Plaintext

procedure Hello is
begin
Ada.Text_IO.Put_Line ("pouet");
end Hello;