hello-world.pl 64 B

123
  1. #!/usr/bin/swipl -q -t main -f
  2. main :- writeln('Hello world!').