RosettaCodeData/Task/Shell-one-liner/Prolog/shell-one-liner-1.pro

4 lines
62 B
Prolog
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ swipl -g "writeln('hello world')." -t 'halt.'
hello world
$