Skip to content

Instantly share code, notes, and snippets.

@trietptm
Created June 26, 2012 19:20
Show Gist options
  • Save trietptm/2998196 to your computer and use it in GitHub Desktop.
Save trietptm/2998196 to your computer and use it in GitHub Desktop.
Khống chế số lượng lời giải
p(X):-q(X), !.
p(3).
q(1).
q(2).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment