Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 221 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 221 Bytes

Prolog Cheatsheet

Installation

Follow the below commands to install prolog in Linux

To install GNU Prolog

$ sudo apt install gprolog

To install SWI Prolog

$ sudo apt install swi-prolog