Coding Stones: Introduction to Prolog
Exercises completed while going through Dave Thomas' Coding Stones course
Requirements:
makedocker
Commands:
make repl
Add your file to the exercises directory
and load it in the repl like so:
?- ['language.pl'].
true.