mirror of
https://github.com/circify/circ.git
synced 2026-04-21 03:00:54 -04:00
2 lines
46 B
Prolog
2 lines
46 B
Prolog
main(X: field) :- exists I: field. X * I = 1.
|