Skip to content

Instantly share code, notes, and snippets.

@jimmykurian
Created February 17, 2012 18:30
Show Gist options
  • Save jimmykurian/1854737 to your computer and use it in GitHub Desktop.
Save jimmykurian/1854737 to your computer and use it in GitHub Desktop.
A simple Hello World written in GNU Prolog implementation of the Prolog logic based programming language.
%HelloWorld.pl - Jimmy Kurian
write('Hello, World!'), nl.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment