Skip to content

Latest commit

 

History

History

Prolog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Prolog

Installation

Add the ppa ppa:swi-prolog/stable:

sudo add-apt-repository ppa:swi-prolog/stable

Update the package:

sudo apt-get update

Install SWI-Prolog through the package manager:

sudo apt-get install swi-prolog

Run your Code

You can run your your code with the following:

swipl -f .\HelloWorld.pl