3 lines
70 B
Plaintext
Raw Normal View History

Hello2: proc options(main);
put list ('Hello World');
end Hello2;