mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-03 15:15:37 +00: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?
|