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