Hello World in Prolog
Every programming journey starts with Hello World. Let’s write our first Prolog program and get our first taste of logic programming.
The Code
Create a file named hello.pl:
| |
Every programming journey starts with Hello World. Let’s write our first Prolog program and get our first taste of logic programming.
Create a file named hello.pl:
| |