CITS-3005-labs-knowledge-re.../hello_world.pl
2023-08-06 17:51:54 +08:00

3 lines
70 B
Prolog

main :- write('hello world').
# run file with
# [hello_world], main.