3 lines
70 B
Plaintext
3 lines
70 B
Plaintext
Hello2: proc options(main);
|
|
put list ('Hello World');
|
|
end Hello2; |