RosettaCodeData/Task/Hello-world-Line-printer/PL-I/hello-world-line-printer.pli

4 lines
77 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
hello: procedure options(main);
put skip list('Hello world.');
end hello;