CITS3005-labs-knowledge-rep.../hello_world.pl

3 lines
70 B
Perl
Raw Normal View History

2023-08-06 17:51:54 +08:00
main :- write('hello world').
# run file with
# [hello_world], main.