4 lines
86 B
Prolog
4 lines
86 B
Prolog
:- use_module(issue2361_m).
|
|
|
|
:- initialization(gs([(length("a",_),length("ab",_))])).
|