Duke-PL-Course/Prolog

Problem 3: Duplicate output

andrewkshim opened this issue · 1 comments

Does it matter if for problem 3 our solutions are outputting duplicate answers like:

A = true
B = true ?

A = true
B = true ?

Ideally not, but if the output is correct. Then it should be ok.