Files
hello-world/p/hello_world.pl1
2016-10-27 12:16:03 -07:00

5 lines
91 B
Plaintext

World: Procedure options(main);
Put List( 'Hello world' );
End World;