Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature:Autograding] Add Prolog image (#43)
### Please check if the PR fulfills these requirements: * [x] Tests for the changes have been added/updated (if possible) * [x] Documentation has been updated/added if relevant ### What is the current behavior? <!-- List issue if it fixes/closes/implements one using the "Fixes #<number>" or "Closes #<number>" syntax --> none ### What is the new behavior? we can now run prolog files ### Other information? <!-- Is this a breaking change? --> <!-- How did you test --> this is not a breaking change and I tested it using: ```sh docker build -t prolog-environment . docker run -it prolog-environment > swipl > ?- write('Hello, Prolog!'), nl. > ?- halt. ``` --------- Co-authored-by: Chris Reed <[email protected]>
- Loading branch information