Skip to content

Instantly share code, notes, and snippets.

@jkutner
Created December 6, 2010 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jkutner/729767 to your computer and use it in GitHub Desktop.
Save jkutner/729767 to your computer and use it in GitHub Desktop.
nth_score(N, Set, Score) :-
tail(Set, N, Tail),
score(Tail, Score).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment