Browse Source

docs: Correct instructions about what to return

DEV-3241-DEV-3242-corewar
estlop 2 years ago committed by eslopfer
parent
commit
2e97385c73
  1. 2
      subjects/listlast/README.md

2
subjects/listlast/README.md

@ -2,7 +2,7 @@
### Instructions
Write a function `ListLast` that returns the last element of a linked list `l`.
Write a function `ListLast` that returns the `Data` interface of the last element of a linked list `l`.
### Expected function and structure

Loading…
Cancel
Save