mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 06:18:05 +02:00
1 line
No EOL
44 B
Prolog
1 line
No EOL
44 B
Prolog
nachbar(X, Y) :- farbe(X), farbe(Y), X \= Y. |