mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-14 13:50:47 -05:00
4 lines
132 B
Diff
4 lines
132 B
Diff
57c57
|
|
< e = e.???; // Which method do we want here?
|
|
---
|
|
> e = e.getTail(); // Which method do we want here?
|