3 lines
77 B
Text
3 lines
77 B
Text
hello: procedure options(main);
|
|
put skip list('Hello world.');
|
|
end hello;
|