1993-03-21 09:45:37 +00:00

5 lines
59 B
OpenEdge ABL

program first(output)
begin
writeln('Hello, world!')
end.