mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-04 01:13:30 +02:00
5 lines
132 B
Diff
5 lines
132 B
Diff
57c57
|
|
< e = e.???; // Which method do we want here?
|
|
---
|
|
> e = e.getTail(); // Which method do we want here?
|