5 lines
59 B
OpenEdge ABL
5 lines
59 B
OpenEdge ABL
program first(output)
|
|
begin
|
|
writeln('Hello, world!')
|
|
end.
|