Files
hello-world/p/hello_world.pl1
2018-08-22 01:37:32 -03:00

5 lines
91 B
Plaintext
Executable File

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