Advertisement
ganryu

dos.pl

Nov 17th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Prolog 0.23 KB | None | 0 0
  1. likes('juan', 'ice cream').
  2. alto('jose').
  3. travel('juan' 'car').
  4. eat('juan', 'chocolate').
  5. eat('juan', 'apples').
  6. eat('juan', 'cheese').
  7. root(16, 4).
  8. root(16, -4).
  9. country('argentina').
  10. country('peru').
  11. country('uruguay').
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement