Skip to content

Instantly share code, notes, and snippets.

@infinite-Joy
Created August 22, 2017 15:44
Show Gist options
  • Save infinite-Joy/6989a013fb4902f5a1ecbfcda56061c7 to your computer and use it in GitHub Desktop.
Save infinite-Joy/6989a013fb4902f5a1ecbfcda56061c7 to your computer and use it in GitHub Desktop.
/*
* usage: swipl -q -f prolog_hello.pl -t main
*/
main :-
write("Hello world!"), nl, fail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment