dragonwasrobot / learn-prolog-now-exercises

My solutions to the exercises and practical sessions of the book 'Learn Prolog Now!' by Patrick Blackburn, Johan Bos, and Kristina Striegnitz.
288 stars 81 forks source link

Update practical-session.pl #57

Closed SmitSanghvi94 closed 1 year ago

SmitSanghvi94 commented 1 year ago

Removed the unnecessary assignment List = [H|_] in the min predicate.