5 lines
54 B
Prolog
Executable File
5 lines
54 B
Prolog
Executable File
helloWorld :-
|
|
write('Hello World').
|
|
|
|
:- helloWorld.
|