HelloWorld.pl
1
:- initialization(main).
2
main :- write('Hello, World!').
Input for the program ( Optional )
Output:
Click on RUN button to see the output|