Being pointed here from an automatically closed PR exercises(linked-list): fix the compiler warning
Fix the following compiler warning when doing the practice in the CLI.
version: zig-v0.12.0-dev.2059+42389cb9c
linked-list/test_linked_list.zig:71:9: error: local variable is never mutated
var list = List{};
^~~~