13 lines
126 B
Plaintext
13 lines
126 B
Plaintext
|
|
||
|
:- object(hull,
|
||
|
extends(location(240, 168))).
|
||
|
|
||
|
|
||
|
links([
|
||
|
(leeds, 58),
|
||
|
(sheffield, 65),
|
||
|
(york, 37)]).
|
||
|
|
||
|
|
||
|
:- end_object.
|