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

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

7 lines
125 B
Ada

with Ada.Text_IO;
procedure Hello is
begin
--- this comment will be removed
Ada.Text_IO.Put_Line ("pouet");
end Hello;