Skip to content

Commit

Permalink
Added prolog language
Browse files Browse the repository at this point in the history
  • Loading branch information
HSNHK committed Jan 27, 2021
1 parent 125992b commit 3375ceb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions Prolog/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Prolog
1 change: 1 addition & 0 deletions Prolog/books.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Useful Books for Prolog
1 change: 1 addition & 0 deletions Prolog/courses.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Useful Tutorial courses for Prolog
7 changes: 7 additions & 0 deletions Prolog/examples/hello.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
main:-
process,
halt.

process:-
write('Hello World').
:- main.
6 changes: 6 additions & 0 deletions Prolog/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"creator": {
"title": "Hassan Mohammadi",
"link": "https://github.com/HSNHK"
}
}
1 change: 1 addition & 0 deletions Prolog/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Useful Resources for Prolog

0 comments on commit 3375ceb

Please sign in to comment.