RosettaCodeData/Task/Hello-world-Text/PL-I/hello-world-text.pli

4 lines
72 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
goodbye:proc options(main);
2015-11-18 06:14:39 +00:00
put list('Hello world!');
2015-02-20 00:35:01 -05:00
end goodbye;