/coding_stones

Exercises completed while going through Dave Thomas' Coding Stones course

Primary LanguageProlog

Coding Stones: Introduction to Prolog

Exercises completed while going through Dave Thomas' Coding Stones course

Requirements:

  • make
  • docker

Commands:

  • make repl

Add your file to the exercises directory and load it in the repl like so:

?- ['language.pl'].
true.